Remove-SPOTenantRenameSitePrioritization
Allows removal of the prioritization previously assigned to a site for early execution, as part of Advanced Tenant Rename.
Syntax
Remove-SPOTenantRenameSitePrioritization
-SiteUrl <String>
[<CommonParameters>]
Description
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.
Examples
Example 1
Remove-SPOTenantRenameSitePrioritization -SiteUrl https://contoso.sharepoint.com/sites/projectx
This example removes the 'projectx' site from the prioritized list of sites within the Advanced Tenant Rename.
Parameters
-SiteUrl
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: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
System.Object