In my previous posts I discussed about listing Azure AD users and groups and provided Powershell scripts to generate those quickly : List all Azure AD Users List all Azure AD Groups In this post I will discuss about Azure AD Roles and Administrators assigned to those roles. As per Microsoft document – Using Azure…
Tag: Role
Complete Azure RBAC report using Powershell
Update : updated script to support Azure Az powershell module. Azure Role Based Access Control (RBAC) helps us manage who has access to Azure resources, what they can do with those resources, and what areas they have access to. It provides fine-grained access management of Azure resources. Refer here for more information on RBAC. It is…