Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save erichexter/534fe0fcbd1285b30500e065ff10413e to your computer and use it in GitHub Desktop.
Save erichexter/534fe0fcbd1285b30500e065ff10413e to your computer and use it in GitHub Desktop.
$subscriptions=Get-AzureRmSubscription | select-object SubscriptionId -Unique
$rg=@()
$subscriptions | % {$_; Set-AzureRmContext -SubscriptionId $_.SubscriptionId ; $rg += Get-AzureRmResourceGroup|select-object Resourc
eGroupName}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment