Skip to content

Commit 1501c8d

Browse files
authored
CAML Casing update
changed the sample Get-SPOTenantIdentityMappingUser from inconsistent caml case to proper commandlet use
1 parent c003cab commit 1501c8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ To look at the mapping entries in the identity mapping file for a particular use
173173
**Example:**
174174

175175
```powershell
176-
get-spoTenantIdentityMappingUser -Field SourceUserKey -Value [email protected]
176+
Get-SPOTenantIdentityMappingUser -Field SourceUserKey -Value [email protected]
177177
```
178178

179179
## Verify cross-tenant compatibility status

0 commit comments

Comments
 (0)