| 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/remove-spotenantrenamesiteprioritization |
| applicable | SharePoint Online |
| title | Remove-SPOTenantRenameSitePrioritization |
| author | AnfraMsft |
| ms.author | anfra |
| ms.reviewer | anushmag |
| manager | anushmag |
| schema | 2.0.0 |
Allows removal of the prioritization previously assigned to a site for early execution, as part of Advanced Tenant Rename.
Remove-SPOTenantRenameSitePrioritization -SiteUrl <String> [<CommonParameters>]
This cmdlet can be used to remove priority previously assigned to a site as part of Advanced Tenant Rename.
Removing prioritization from a site means that it will be not be queued for initial execution as part of the overall rename operation. The site will still be queued for processing subsequently like any other unprioritized site, and does not get skipped from the rename.
You must be at least a SharePoint administrator to run the cmdlet.
Remove-SPOTenantRenameSitePrioritization -SiteUrl https://contoso.sharepoint.com/sites/projectxThis example removes the 'projectx' site from the prioritized list of sites within the Advanced Tenant Rename.
Specifies the full site URL of the site you wish to prioritize. This can be either a OneDrive for Business or SharePoint Online site. Only a site that is currently prioritized can be removed.
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.