You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To learn about other permissions for this resource, see the [permissions reference](/graph/permissions-reference).
26
21
27
22
To consent to any of these permissions run `Connect-MgGraph -Scopes Permission`. For example, `Connect-MgGraph -Scopes User.ReadBasic.All, User.Read.All`.
To learn about other permissions for this resource, see the [permissions reference](/graph/permissions-reference).
50
40
51
41
To consent to any of these permissions run `Connect-MgGraph -Scopes Permission`. For example, `Connect-MgGraph -Scopes User.ReadBasic.All, User.Read.All`.
52
42
@@ -69,12 +59,7 @@ Id DisplayName Mail
69
59
70
60
The example gets a list of all users. The $userCount variable contains the count of the objects in the result. Advanced query requires the ConsistencyLevel parameter set to `eventual` and the Count parameter in the command. For more information about *ConsistencyLevel* and *Count*, see [Advanced query capabilities on Azure AD directory objects](/graph/aad-advanced-queries).
71
61
72
-
One of the following permissions is required to run this cmdlet;
73
-
74
-
|Permission type| Recommended Permissions| Other Permissions|
75
-
|-----|------|------|
76
-
|Delegated (work or school account)|User.ReadBasic.All, User.Read.All| User.ReadWrite.All, Directory.Read.All|
To learn about other permissions for this resource, see the [permissions reference](/graph/permissions-reference).
78
63
79
64
To consent to any of these permissions run `Connect-MgGraph -Scopes Permission`. For example, `Connect-MgGraph -Scopes User.ReadBasic.All, User.Read.All`.
80
65
@@ -91,12 +76,7 @@ Id DisplayName Mail
91
76
92
77
This example returns the top 1 users with the display name starting with 'a'. The $userCount variable contains the count of the objects in the result. Advanced query requires the ConsistencyLevel parameter set to `eventual` and the Count parameter in the command. For more information about *ConsistencyLevel* and *Count*, see [Advanced query capabilities on Azure AD directory objects](/graph/aad-advanced-queries).
93
78
94
-
One of the following permissions is required to run this cmdlet;
95
-
96
-
|Permission type| Recommended Permissions| Other Permissions|
97
-
|-----|------|------|
98
-
|Delegated (work or school account)|User.ReadBasic.All, User.Read.All| User.ReadWrite.All, Directory.Read.All|
To learn about other permissions for this resource, see the [permissions reference](/graph/permissions-reference).
100
80
101
81
To consent to any of these permissions run `Connect-MgGraph -Scopes Permission`. For example, `Connect-MgGraph -Scopes User.ReadBasic.All, User.Read.All`.
This example returns all users whose display name contains 'Conf'. The $userCount variable contains the count of the objects in the result. Advanced query requires the ConsistencyLevel parameter set to `eventual` and the Count parameter in the command. For more information about *ConsistencyLevel* and *Count*, see [Advanced query capabilities on Azure AD directory objects](/graph/aad-advanced-queries).
119
99
120
-
One of the following permissions is required to run this cmdlet;
121
-
122
-
|Permission type| Recommended Permissions| Other Permissions|
123
-
|-----|------|------|
124
-
|Delegated (work or school account)|User.ReadBasic.All, User.Read.All| User.ReadWrite.All, Directory.Read.All|
To learn about other permissions for this resource, see the [permissions reference](/graph/permissions-reference).
126
101
127
102
To consent to any of these permissions run `Connect-MgGraph -Scopes Permission`. For example, `Connect-MgGraph -Scopes User.ReadBasic.All, User.Read.All`.
This example filters all users whose display name starts with 'Conf' and orders the results by the user principal name. The $userCount variable contains the count of the objects in the result. Advanced query requires the ConsistencyLevel parameter set to `eventual` and the Count parameter in the command. For more information about *ConsistencyLevel* and *Count*, see [Advanced query capabilities on Azure AD directory objects](/graph/aad-advanced-queries).
145
120
146
-
One of the following permissions is required to run this cmdlet;
147
-
148
-
|Permission type| Recommended Permissions| Other Permissions|
149
-
|-----|------|------|
150
-
|Delegated (work or school account)|User.ReadBasic.All, User.Read.All| User.ReadWrite.All, Directory.Read.All|
To learn about other permissions for this resource, see the [permissions reference](/graph/permissions-reference).
152
122
153
123
To consent to any of these permissions run `Connect-MgGraph -Scopes Permission`. For example, `Connect-MgGraph -Scopes User.ReadBasic.All, User.Read.All`.
0 commit comments