Forum Discussion
quentinsmr
Nov 14, 2019Copper Contributor
Start-SPOSiteRename : Error Code: -117
Hello,
I am trying to rename a Sharepoint site via the "Start-SPOSiteRename" command of the Microsoft.Online.Sharepoint.Powershell powershell module (version 16.0.91).
However, this command displays this error :
Here is the script :
---------------------------------------------------------------------------------
$url="https://xx.sharepoint.com/sites/test/ "
$NewSiteUrl="https://xx.sharepoint.com/sites/TEST/"
$newTitle="TEST"
Connect-SPOService `
-Url https://xxx-admin.sharepoint.com/
Start-SPOSiteRename `
-Identity $url `
-NewSiteUrl $NewSiteUrl `
-NewSiteTitle $newTitle
---------------------------------------------------------------------------------
Has anyone ever had this error?
Thanks,
No RepliesBe the first to reply