Skip to content

Commit 477c437

Browse files
authored
Update cross-tenant-onedrive-migration-step5.md
Moved the compatibility step to the top as it needs to be checked first. Fixes https://github.com/MicrosoftDocs/microsoft-365-docs/issues/12482
1 parent 2a40c04 commit 477c437

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

microsoft-365/enterprise/cross-tenant-onedrive-migration-step5.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,28 @@ This is Step 5 in a solution designed to complete a Cross-tenant OneDrive migrat
2929
- Step 6: [Start a Cross-tenant OneDrive migration](cross-tenant-onedrive-migration-step6.md)
3030
- Step 7: [Post migration steps](cross-tenant-onedrive-migration-step7.md)
3131

32+
## Verify cross-tenant compatibility status
33+
34+
Before starting any cross-tenant migrations, make sure that both SharePoint database schemas are up to date and compatible between source and target.
35+
36+
To perform this check, run the below cmdlet on your Source tenant.
37+
38+
```powershell
39+
Get-SPOCrossTenantCompatibilityStatus -PartnerCrossTenantHostURL [Target tenant hostname]
40+
41+
Get-SPOCrossTenantCompatibilityStatus -PartnerCrossTenantHostURL https://m365x12395529-my.sharepoint.com
42+
```
43+
44+
- If the tenant status shows as **Compatible** or **Warning**, you can then proceed with the next step of starting cross-tenant migrations.
45+
- If the tenant status shows as **Incompatible**, your tenants will need to be patched/updated to ensure compatibility.
46+
47+
|Status|Can proceed with migration|
48+
|---|---|
49+
|Compatible|Yes|
50+
|Warning|Yes|
51+
|Incompatible|No|
52+
53+
3254
## Create the identity mapping file
3355

3456
In this step of the cross-tenant migration process, you're going to create a single CSV (comma separated values) file that contains the mapping of the users and groups on the source tenant to their corresponding users and groups on the target tenant.

0 commit comments

Comments
 (0)