Forum Discussion
bjfentress
Feb 26, 2019Copper Contributor
Attach and upgrade multiple content databases in SharePoint
Hello everyone, I am working on a script right now to try and speed up the rate at which we attach content databases to a new SharePoint farm to cut down on our upgrade time when moving to ShareP...
Feb 26, 2019
Hi bjfentress ,
I suggest you to change your approach, think about Invoke-Parallel https://gallery.technet.microsoft.com/scriptcenter/Run-Parallel-Parallel-377fd430
this guy obteined really good results :)
Cheers,
Federico
bjfentress
Feb 26, 2019Copper Contributor
Thanks FedericoPorceddu82! I will check this out to see how Invoke-Parallel runs to see if it can help here.