Delete all items in SharePoint List using PowerShell
While testing SharePoint solution with SPLists I often need empty list. I’d like to have analog for “Truncate” in SQL, but there’s nothing for SharePoint. So I wrote a short PowerShell script for deleting all items in SharePoint List. Here it is Read more»