Skip to content

Script to output Azure IAM permissions and flag any explicit/owner permissions for review

Notifications You must be signed in to change notification settings

kylgrn/azure_rbac_audit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Azure RBAC Permissions Export

Overview

The purpose of this script is to iterate through Azure susbcriptions and export the permissions to an Excel file for review. The script will highlight any permissions explicitly applied (i.e. user account and not a group), as well as any owner permissions.

Requirements

  1. Must has the Azure Powershell module downloaded and installed: https://docs.microsoft.com/en-us/powershell/azure/new-azureps-module-az?view=azps-3.8.0

  2. Requires the "ImportExcel" module, must be installed prior to running the script: https://github.com/dfinke/ImportExcel

  3. Must be logged in using the Login-AzAccount command

Example:

alt text

About

Script to output Azure IAM permissions and flag any explicit/owner permissions for review

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published