Skip to content

Commit 8913b11

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#107716
performed changes in line no. 65 changed from `Connect-MgGraph -Scope User.ReadAll` changed to `Connect-MgGraph -Scope User.Read.All`
1 parent ac43744 commit 8913b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/enterprise-users/clean-up-unmanaged-azure-ad-accounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Run the following cmdlets:
6262

6363
To identify unmanaged Azure AD accounts, run:
6464

65-
* `Connect-MgGraph -Scope User.ReadAll`
65+
* `Connect-MgGraph -Scope User.Read.All`
6666
* `Get-MsIdUnmanagedExternalUser`
6767

6868
To reset unmanaged Azure AD account redemption status, run:

0 commit comments

Comments
 (0)