Commands › SharePoint Online
Start-SPOUserAndContentMove
Starts the ability to move a user closer to their sites.
Quick start script
# Start-SPOUserAndContentMove — 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-SPOUserAndContentMove -DestinationDataLocation <String> -UserPrincipalName <String> | Format-List
# 3. Export for evidence / drift tracking
Start-SPOUserAndContentMove | Export-Clixml .\SPOUserAndContentMove-$(Get-Date -Format yyyyMMdd).xml
Syntax
Start-SPOUserAndContentMove [-UserPrincipalName] <String> [-DestinationDataLocation] <String>
[[-PreferredMoveBeginDate] <DateTime>] [[-PreferredMoveEndDate] <DateTime>] [[-Notify] <String>]
[[-Reserved] <String>] [-ValidationOnly] [<CommonParameters>]
Parameters (7)
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.