Commands › SharePoint Online
Start-SPOUnifiedGroupMove
Initiates the move of an Office 365 Group to a new geo location
Quick start script
# Start-SPOUnifiedGroupMove — quick start (serv365.ai)
# 1. Connect (app-only shown; interactive: omit the certificate parameters)
Connect-SPOService -Url https://$org-admin.sharepoint.com
# 2. Run and inspect
Start-SPOUnifiedGroupMove -DestinationDataLocation <String> -GroupAlias <String> | Format-List
# 3. Export for evidence / drift tracking
Start-SPOUnifiedGroupMove | Export-Clixml .\SPOUnifiedGroupMove-$(Get-Date -Format yyyyMMdd).xml
Syntax
Start-SPOUnifiedGroupMove [-GroupAlias] <String> [-DestinationDataLocation] <String>
[[-PreferredMoveBeginDate] <DateTime>] [[-PreferredMoveEndDate] <DateTime>] [[-Reserved] <String>]
[-ValidationOnly] [-Force] [-SuppressMarketplaceAppCheck] [-SuppressWorkflow2013Check] [-SuppressAllWarnings]
[-SuppressBcsCheck] [<CommonParameters>]
Parameters (11)
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.