Skip to content

Instantly share code, notes, and snippets.

@bblanchon
Created September 2, 2015 10:07
Show Gist options
  • Save bblanchon/ed565b3b015dd0191a15 to your computer and use it in GitHub Desktop.
Save bblanchon/ed565b3b015dd0191a15 to your computer and use it in GitHub Desktop.
Azure: delete all VMs of a subscription
Add-AzureAccount
Select-AzureSubscription -SubscriptionName "Continuous Integration"
Get-AzureVM | Remove-AzureVM -DeleteVHD -Verbose
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment