Update Large Number of SharePoint Sites with PowerShell Parallel
Leave a reply
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 […]