Get all your Azure Enterprise Apps with Owner and Usage Count

Recently I prepared an au2mator Solution to Self Service Azure App Registrations and Enterprise App Management. So I decided to show you a Report of your Enterprise Apps, Owners, and Usage Count with the Logins. So you can easily see which Apps are not used anymore. Prerequisites First, we need to create an Azure App […]

Get all your Azure Enterprise Apps with Owner and Usage Count Read More »

Monitor your Azure Secrets, Zerts and SPN’s Expire Date with PowerShell

Azure App Registrations are a secure way to provide Credentials and Access to the Azure World. The Amount of Azure App Registrations in a Tenant is increasing very fast, so it is not that easy to control and monitor all those Secrets, Zert, and SPN’s Expire Date. So I have written a PowerShell Script to

Monitor your Azure Secrets, Zerts and SPN’s Expire Date with PowerShell Read More »

Assign a User to an Azure Resource Group Role with PowerShell and MS Graph API

In this post, I want to show you how you can assign a User to an Azure Role in Azure Resource Group with PowerShell using MS GRAPH API. Some of the Use cases❗✔️Delegate the Azure Resource Group Role assignment✔️Control your Azure Resource Group Roles outside Azure Portal.✔️Mass assignment of Azure Roles in Resource Groups ✔️Many

Assign a User to an Azure Resource Group Role with PowerShell and MS Graph API Read More »

Remove Azure Resource Group with PowerShell and MS Graph API

In this post, I want to show you how you remove an Azure Resource Group with PowerShell using MS GRAPH API. Some of the Use cases❗✔️Delegate the Azure Resource Group deletion✔️Control your Azure Resource Group outside Azure Portal.✔️Mass deletion Azure of Resource Groups ✔️Many more… API Reference and Permissions We used the following Docs to

Remove Azure Resource Group with PowerShell and MS Graph API Read More »

Create Azure Resource Group with PowerShell and MS Graph API

In this post, I want to show you how you create an Azure Resource Group with PowerShell using MS GRAPH API. Some of the Use cases❗✔️Delegate the Azure Resource Group creation✔️Control your Azure Resource Group outside Azure Portal.✔️Mass Creation Azure of Resource Groups ✔️Many more… API Reference and Permissions We used the following Docs to

Create Azure Resource Group with PowerShell and MS Graph API Read More »