Remove-SPOTenantRenameSitePrioritization
Syntax
Default (Default)
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.
Parameter properties
Type: | System.String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | Named |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.