Skip to content

Instantly share code, notes, and snippets.

@digitaldrummerj
Created July 8, 2015 00:04
Show Gist options
  • Save digitaldrummerj/dfc447c0841a36735577 to your computer and use it in GitHub Desktop.
Save digitaldrummerj/dfc447c0841a36735577 to your computer and use it in GitHub Desktop.
Azure Powershell SDK script to get list of VM Images available
Get-AzureVMImage | Select * | Out-Gridview –Passthru
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment