Skip to content

Instantly share code, notes, and snippets.

@PixelRobots
Last active June 1, 2018 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PixelRobots/2eacc698966a181eddf3496e86e0157b to your computer and use it in GitHub Desktop.
Save PixelRobots/2eacc698966a181eddf3496e86e0157b to your computer and use it in GitHub Desktop.
Login-AzureRmAccount
$SubscriptionId = (Get-AzureRmSubscription | select Name, State, SubscriptionId, TenantId | Out-GridView -Title "Azure Subscription Selector" -PassThru).SubscriptionId
Get-AzureRmSubscription -SubscriptionId $SubscriptionId | Select-AzureRmSubscription
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment