Created
January 4, 2017 21:24
-
-
Save cmatskas/75093451c2bc3d047c7e97391a2c66f2 to your computer and use it in GitHub Desktop.
ListRBACForAllResources
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Login-AzureRmAccount | |
Get-AzureRmSubscription | |
Select-AzureRmSubscription -subscriptionId <yourSubscriptionId> | |
Get-AzureRmResource | foreach-object {Get-AzureRmRoleAssignment -ResourceGroupName $_.Name} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment