| external help file | Microsoft.Online.SharePoint.PowerShell.dll-Help.xml |
|---|---|
| Module Name | Microsoft.Online.SharePoint.PowerShell |
| online version | https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/stop-spotenantrename |
| applicable | SharePoint Online |
| title | Stop-SPOTenantRename |
| schema | 2.0.0 |
| author | samkabue |
| ms.author | speedta |
| ms.reviewer |
Important
This feature is currently available to organizations that have no more than 10,000 total SharePoint sites and OneDrive accounts combined.
Cancels the scheduled job to change the SharePoint domain name for your organization in Microsoft 365.
Note
If the job to change the SharePoint domain name is already in progress, then it cannot be canceled or stopped.
Stop-SPOTenantRename -Reason <String> [-Comment <String>] [<CommonParameters>]
This command cancels a scheduled rename of the SharePoint domain name for your organization.
Stop-SPOTenantRename -Reason "Rescheduling"Cancels the rename of the SharePoint domain name with the reason "Rescheduling".
Applicable: SharePoint Online
Specifies an additional comment why the job is being canceled.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseApplicable: SharePoint Online
Specifies the reason why the job is being canceled.
Type: System.String
Parameter Sets: (All)
Aliases:
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.