Stop-SPOTenantRename
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.
Syntax
Stop-SPOTenantRename
-Reason <string>
[-Comment <string>]
[<CommonParameters>]
Description
This command cancels a scheduled rename of the SharePoint domain name for your organization.
Examples
EXAMPLE 1
Stop-SPOTenantRename -Reason "Rescheduling"
Cancels the rename of the SharePoint domain name with the reason "Rescheduling".
Parameters
-Comment
Specifies an additional comment why the job is being canceled.
Type: | String |
Position: | 2 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |
-Reason
Specifies the reason why the job is being canceled.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |