Bearbeiten

Set-SPOTenantRenameSitePrioritization

Allows prioritization of a site for early execution, as part of Advanced Tenant Rename.

Syntax

Set-SPOTenantRenameSitePrioritization
   -SiteUrl <String>
   [<CommonParameters>]

Description

Allows for the specified site to be prioritized.

As part of Advanced Tenant Rename, organizations can prioritize up to 4,000 sites for initial execution among all other sites in your organization as part of the overall rename operation.

It is possible to start prioritizing sites only once the rename operation has been scheduled using the Start-SPOTenantRename cmdlet.

Please note that prioritizing a site is not a guarantee that it will complete first. There are several factors that can affect processing times, and multiple site renames are processed in parallel. Prioritized sites have a much higher chance of completing first.

You must be a SharePoint or Global Administrator to run this cmdlet.

Examples

Example 1

Set-SPOTenantRenameSitePrioritization -SiteUrl https://contoso.sharepoint.com/sites/projectx

This example prioritizes the 'projectx' site 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. Root URLs (e.g., contoso.sharepoint.com, contoso-admin.sharepoint.com or contoso-my.sharepoint.com) can't be prioritized.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

System.Object