Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Problems with Move-SPSite

$
0
0

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?


Viewing all articles
Browse latest Browse all 6937

Trending Articles