Quick Tip: Getting Role Assignments on all Azure resources using Powershell
Here is a quick Powershell tip to get a list of role assignments on all resources across multiple subscriptions and tenants. The single script exports role assignments into a CSV file that can be later filtered with Microsoft Excel. Checking permissions on resources through portal may be a time consuming process hence this script can […]