Create Service Principal Cross Tenant
In brief
The cross-tenant service principal article changes the example ServicePrincipalId from `bbbbbbbb-1111-2222-3333-cccccccccccc` to `aaaaaaaa-bbbb-cccc-1111-222222222222`.
What Entra admins need to know
Administrators copying the example should use the updated identifier.
This editorial summary was generated by AI from the documentation changes. Verify important details in the full Microsoft Learn article.
Documentation change
The comparison below shows only the changed extract. Use the full-page view for complete context.
Remove-MgServicePrincipal
-ServicePrincipalId bbbbbbbb-aaaaaaaa-bbbb-cccc-1111-2222-3333-cccccccccccc222222222222
:::zone-end
@@ -60,7 +60,7 @@ Where: ```powershell Remove-MgServicePrincipal- -ServicePrincipalId bbbbbbbb-1111-2222-3333-cccccccccccc+ -ServicePrincipalId aaaaaaaa-bbbb-cccc-1111-222222222222 ``` :::zone-end 