Commands › SharePoint Online
Get-SPOTenantRenameStatus
> [!IMPORTANT] > This feature is currently available to organizations that have no more than 10,000 total SharePoint sites and OneDrive accounts combined. Get the status of the job to change the SharePoint domain name for your organization in Microsoft 365.
Quick start script
# Get-SPOTenantRenameStatus — 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-SPOTenantRenameStatus | Format-List
# 3. Export for evidence / drift tracking
Get-SPOTenantRenameStatus | Export-Clixml .\SPOTenantRenameStatus-$(Get-Date -Format yyyyMMdd).xml
Syntax
Get-SPOTenantRenameStatus [<CommonParameters>]
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.