From 0b143f5ab593d5aa28466a19257163baa77a2308 Mon Sep 17 00:00:00 2001 From: Vaibhav Gaddam <188270566+vgaddam-pm@users.noreply.github.com> Date: Mon, 14 Apr 2025 15:45:24 -0500 Subject: [PATCH 1/2] Update cross-tenant-onedrive-migration-step5.md Emphasize source tenant only for compatibility check --- .../enterprise/cross-tenant-onedrive-migration-step5.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/microsoft-365/enterprise/cross-tenant-onedrive-migration-step5.md b/microsoft-365/enterprise/cross-tenant-onedrive-migration-step5.md index 5ec16177fab..a83b59809ef 100644 --- a/microsoft-365/enterprise/cross-tenant-onedrive-migration-step5.md +++ b/microsoft-365/enterprise/cross-tenant-onedrive-migration-step5.md @@ -161,7 +161,8 @@ get-spoTenantIdentityMappingUser -Field SourceUserKey -Value usera@Contoso.onmic 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 below 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] From b739130e78bf11cccf3f1cde03e4f1969307312b Mon Sep 17 00:00:00 2001 From: Vaibhav Gaddam <188270566+vgaddam-pm@users.noreply.github.com> Date: Wed, 16 Apr 2025 15:44:51 -0500 Subject: [PATCH 2/2] Update cross-tenant-onedrive-migration-step5.md changed casing --- .../enterprise/cross-tenant-onedrive-migration-step5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsoft-365/enterprise/cross-tenant-onedrive-migration-step5.md b/microsoft-365/enterprise/cross-tenant-onedrive-migration-step5.md index a83b59809ef..3a9706cf308 100644 --- a/microsoft-365/enterprise/cross-tenant-onedrive-migration-step5.md +++ b/microsoft-365/enterprise/cross-tenant-onedrive-migration-step5.md @@ -162,7 +162,7 @@ get-spoTenantIdentityMappingUser -Field SourceUserKey -Value usera@Contoso.onmic Before starting any cross-tenant migrations, make sure that both SharePoint database schemas are up to date and compatible between source and target. > [!NOTE] -> To perform this check, run the below cmdlet ONLY on your Source tenant, not the Target tenant. +> To perform this check, run the below cmdlet only on your Source tenant, not the Target tenant. ```powershell Get-SPOCrossTenantCompatibilityStatus -PartnerCrossTenantHostURL [Target tenant hostname]