Recently, I was scripting an Azure App registration workflow and had some headaches figuring out how to grant admin consent to the application with PowerShell. Actually, if AzureCLI is installed you can use the following command: az ad app permission admin-consent –id <application id> However, I wanted to find some native PowerShell-way to solve this […]
-
Recent Posts
- Check if IP address is already an AzureAD Named Location using PowerShell
- Error: This mailbox database is associated with one or more move requests…
- Backup AzureAD Conditional Access Policies – a different approach
- Grant admin consent to an AzureAD application via PowerShell
- Querying AzureAD App registration credential expiration
Recent Comments
All posts tagged adminconsent
Grant admin consent to an AzureAD application via PowerShell
Posted in AzureAD, PowerShell
Posted by Daniel Kovacs on January 13, 2021
https://f12.hu/2021/01/13/grant-admin-consent-to-an-azuread-application-via-powershell/