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.
1 parent c6a0176 commit 33f841bCopy full SHA for 33f841b
articles/active-directory/manage-apps/grant-admin-consent.md
@@ -130,7 +130,7 @@ New-MgOauth2PermissionGrant -BodyParameter $params |
130
1. Confirm that you've granted tenant wide admin consent by running the following request.
131
132
```powershell
133
- 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'"
134
```
135
## Grant admin consent for application permissions
136
0 commit comments