Skip to content

Latest commit

 

History

History
77 lines (51 loc) · 1.99 KB

File metadata and controls

77 lines (51 loc) · 1.99 KB
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/get-spocrosstenantcompatibilitystatus
applicable SharePoint Online
title Get-SPOCrossTenantCompatibilityStatus
schema 2.0.0
author samkabue
ms.author speedta
ms.reviewer

Get-SPOCrossTenantCompatibilityStatus

SYNOPSIS

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.

Note

You must run this command on the source tenant only.

EXAMPLES

Example 1

Get-SPOCrossTenantCompatibilityStatus -PartnerCrossTenantHostUrl https://contoso-my.sharepoint.com

Gets the compatibility status with the partner tenant Contoso.

PARAMETERS

-PartnerCrossTenantHostUrl

Applicable: SharePoint Online 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: System.String
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

System.Object

NOTES

RELATED LINKS

Getting started with SharePoint Online Management Shell