Last active
October 18, 2016 09:45
-
-
Save bblanchon/ba00c1e622fff9f0a032398a404d61d8 to your computer and use it in GitHub Desktop.
Azure: delete all your VM images
This file contains hidden or 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
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