So I'm running the following command and it's failing:
Move-SPSite https://www.oursite.com/sites/1a91a5176f4da10eb16d -DestinationDatabase WSS_Content_Staging10
Move-SPSite : Operation is not valid due to the current state of the object. + Move-SPSite <<<< -Identity https://www.oursite.com/sites/1a91a5176f4da10eb16d -DestinationDatabase "WSS_Content_Staging10 g10" -Confirm:$False + CategoryInfo : InvalidData: (Microsoft.Share...PCmdletMoveSite:SPCmdletMoveSite) [Move-SPSite], InvalidOperatio xception + FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletMoveSite
Any ideas? |