Skip to content

Instantly share code, notes, and snippets.

@bblanchon
Last active October 18, 2016 09:45
Show Gist options
  • Save bblanchon/bf0aa02cb4ed6feae7ba1e2b1f82d873 to your computer and use it in GitHub Desktop.
Save bblanchon/bf0aa02cb4ed6feae7ba1e2b1f82d873 to your computer and use it in GitHub Desktop.
Azure: view all your VM Images
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