Forum Discussion
Site Swap issues (Invoke-SPOSiteSwap)
Alireza Rahimifarid Hi There,
Thanks for the article, I have the reverse problem. Someone has created a site as follows :
https://tenant.sharepoint.com/clientname
I need to move this to a SPO Site like the rest of our business units i.e. https://tenant.sharepoint.com/sites/clientname etc...
However the Invoke-SPOSiteSwap command keeps failing with :
Invoke-SPOSiteSwap : The site https://tenant.sharepoint.com/clientname is not properly formed.
Any help would be appreciated...
Kind regards,
Neil Pickersgill
Infrastructure Engineer
Perth, Western Australia
- Matti PaukkonenSep 02, 2019Iron Contributor
Neil Pickersgill Invoke-SPOSite currently supports swapping sites to tenant root site(https://tenant.sharepoint.com) or out-of-the-box search center (https://tenant.sharepoint.com/search).
https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/invoke-spositeswap?view=sharepoint-ps
- Neil PickersgillSep 04, 2019Copper Contributor
Matti Paukkonen thank you for that 🙂