From 1501c8dfd71a4590aa2294a9e6f21160ded50516 Mon Sep 17 00:00:00 2001 From: Alex Talarico <3521183+getalex@users.noreply.github.com> Date: Fri, 23 Aug 2024 09:07:30 -0400 Subject: [PATCH] CAML Casing update changed the sample Get-SPOTenantIdentityMappingUser from inconsistent caml case to proper commandlet use --- .../enterprise/cross-tenant-sharepoint-migration-step5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsoft-365/enterprise/cross-tenant-sharepoint-migration-step5.md b/microsoft-365/enterprise/cross-tenant-sharepoint-migration-step5.md index 8cbfb4c5ff8..8d58e53d915 100644 --- a/microsoft-365/enterprise/cross-tenant-sharepoint-migration-step5.md +++ b/microsoft-365/enterprise/cross-tenant-sharepoint-migration-step5.md @@ -173,7 +173,7 @@ To look at the mapping entries in the identity mapping file for a particular use **Example:** ```powershell -get-spoTenantIdentityMappingUser -Field SourceUserKey -Value usera@Contoso.onmicrosoft.com +Get-SPOTenantIdentityMappingUser -Field SourceUserKey -Value usera@Contoso.onmicrosoft.com ``` ## Verify cross-tenant compatibility status