Last active
October 18, 2016 09:45
-
-
Save bblanchon/bf0aa02cb4ed6feae7ba1e2b1f82d873 to your computer and use it in GitHub Desktop.
Azure: view 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"} | Select ImageName |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment