Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ get-spoTenantIdentityMappingUser -Field SourceUserKey -Value [email protected]

Before starting any cross-tenant migrations, make sure that both SharePoint database schemas are up to date and compatible between source and target.

To perform this check, run the following cmdlet on your Source tenant:
> [!NOTE]
> To perform this check, run the below cmdlet only on your Source tenant, not the Target tenant.

```powershell
Get-SPOCrossTenantCompatibilityStatus -PartnerCrossTenantHostURL [Target tenant hostname]
Expand Down