List all role assignments for every Azure subscription

Tips & Tricks

/

Posted on

October 25, 2016

When you like us manage a ton of Azure subscriptions for several customers, it sometimes gets a little messy with all the permissions.

To get a list of all RBAC permissions for all subscriptions, here is a quick PowerShell-script. You will get all RBAC ARM permissions and all ADM Co-admin permissions exported to a CSV-file.

https://github.com/jonaserikson/Azure/blob/master/PowerShell/get-rbac-all-subs.ps1

Written by

Jonas Erikson