We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6ff26d + 5267395 commit 4d3c4adCopy full SHA for 4d3c4ad
articles/active-directory/manage-apps/grant-admin-consent.md
@@ -131,7 +131,7 @@ New-MgOauth2PermissionGrant -BodyParameter $params |
131
4. Confirm that you've granted tenant wide admin consent by running the following request.
132
133
```powershell
134
- Get-MgOauth2PermissionGrant -Filter "clientId eq 'b0d9b9e3-0ecf-4bfd-8dab-9273dd055a94' consentType eq 'AllPrincipals'"
+ Get-MgOauth2PermissionGrant -Filter "clientId eq 'b0d9b9e3-0ecf-4bfd-8dab-9273dd055a94' and consentType eq 'AllPrincipals'"
135
```
136
## Grant admin consent for application permissions
137
0 commit comments