Hi,
I am using the below line to change the SharePoint online site URL using the below script ,but the following error pops up
Start-SPOSiteRename -Identity https://<tenantid>/sites/team1 -NewSiteUrl https://<tenantid>/sites/team2 -NewSiteTitle "Team2" -Confirm:$false -SuppressMarketplaceAppCheck -SuppressWor
kflow2013Check
Divya