Commands › SharePoint Online
Get-SPOMigrationJobStatus
**Note**: This cmdlet has been deprecated. To migrate to SharePoint and Microsoft 365 using PowerShell, see Migrate to SharePoint using PowerShell. Use this cmdlet to monitor the status of a submitted SharePoint Online migration job.
Quick start script
# Get-SPOMigrationJobStatus — 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
Get-SPOMigrationJobStatus -Credentials <CredentialCmdletPipeBind> -TargetWebUrl <String> | Format-List
# 3. Export for evidence / drift tracking
Get-SPOMigrationJobStatus | Export-Clixml .\SPOMigrationJobStatus-$(Get-Date -Format yyyyMMdd).xml
Syntax
Get-SPOMigrationJobStatus -TargetWebUrl <String> [-JobId <Guid>] -Credentials <CredentialCmdletPipeBind>
[-NoLogFile] [<CommonParameters>]
Parameters (4)
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.