File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/active-directory/enterprise-users Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,19 +61,19 @@ Run the following cmdlets:
61
61
62
62
To identify unmanaged Azure AD accounts, run:
63
63
64
- - ` Connect-MgGraph -- Scope User.Read.All `
64
+ - ` Connect-MgGraph -Scope User.ReadAll `
65
65
66
66
- ` Get-MsIdUnmanagedExternalUser `
67
67
68
68
To reset unmanaged Azure AD account redemption status, run:
69
69
70
- - ` Connect-MgGraph --Scope User.Readwrite.All `
70
+ - ` Connect-MgGraph -Scopes User.ReadWriteAll `
71
71
72
72
- ` Get-MsIdUnmanagedExternalUser | Reset-MsIdExternalUser `
73
73
74
74
To delete unmanaged Azure AD accounts, run:
75
75
76
- - ` Connect-MgGraph --Scope User.Readwrite.All `
76
+ - ` Connect-MgGraph -Scopes User.ReadWriteAll `
77
77
78
78
- ` Get-MsIdUnmanagedExternalUser | Remove-MgUser `
79
79
You can’t perform that action at this time.
0 commit comments