Thursday, September 3, 2015

Move SharePoint site collection to diffrent database using powershell

How to move SP site collection from one db to other db using powershell

Move-SPSite https://dev.com/sites/test -DestinationDatabase "DBname"

No comments:

Post a Comment