Tag Archives: Batches

Update Large Number of SharePoint Sites with PowerShell Parallel

WIP Here I’m trying to figure out – how much PowerShell Parallel option is beneficial and how to avoid throttling… Let us test, how long would it take to create a SharePoint site, if we use regular (sequential) loop or parallelism (I’m creation a sample set of 50 SharePoint Sites in a row): Regular(Sequential)seconds per […]

How to delete a large SPO list or all/some items in a large SPO list

Scenario: You have a large (>5k items) list in SharePoint Online you need to clean-up, for instance: Deleting a large SharePoint Online list There was a problem in SharePoint Online – you could not delete a large list – you had to remove all items first, but removing all items was also a challenge. Microsoft […]