Get-SPOCrossTenantCompatibilityStatus
Determines the compatibility with the partner tenant.
Syntax
Get-SPOCrossTenantCompatibilityStatus
-PartnerCrossTenantHostUrl <String>
[<CommonParameters>]
Description
This cmdlet allows you to determine the compatibility with the partner tenant before cross-tenant migration. You must be a SharePoint Administrator to run it.
Examples
Example 1
Get-SPOCrossTenantCompatibilityStatus -PartnerCrossTenantHostUrl https://contoso-my.sharepoint.com
Gets the compatibility status with the partner tenant Contoso.
Parameters
-PartnerCrossTenantHostUrl
The cross-tenant URL of the partner tenant. The partner tenant can determine this for you by running Get-SPOCrossTenantHostUrl
on each of the tenants.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Applies to: | SharePoint Online |