Skip to content

Instantly share code, notes, and snippets.

@bblanchon
Last active October 18, 2016 09:45
Show Gist options
  • Save bblanchon/ba00c1e622fff9f0a032398a404d61d8 to your computer and use it in GitHub Desktop.
Save bblanchon/ba00c1e622fff9f0a032398a404d61d8 to your computer and use it in GitHub Desktop.
Azure: delete all your VM images
Get-AzureVMImage | where {$_.Category -eq "User"} | Remove-AzureVMImage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment