Skip to content

Latest commit

 

History

History
94 lines (64 loc) · 2.39 KB

File metadata and controls

94 lines (64 loc) · 2.39 KB
external help file Module Name online version applicable title schema author ms.author ms.reviewer
sharepointonline.xml
Microsoft.Online.SharePoint.PowerShell
SharePoint Online
Stop-SPOTenantRename
2.0.0
WayneEwington
waynewin

Stop-SPOTenantRename

SYNOPSIS

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

-Reason

Specifies the reason why the job is being canceled.

Type: String
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Comment

Specifies an additional comment why the job is being canceled.

Type: String
Parameter Sets: (All)
Applicable: SharePoint Online

Required: False
Position: 2
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

RELATED LINKS

Getting started with SharePoint Online Management Shell

Rename your SharePoint domain

Get-SPOTenantRenameStatus

Start-SPOTenantRename

Get-SPOSiteRenameState