Skip to content

Instantly share code, notes, and snippets.

@HowardvanRooijen
Created May 28, 2014 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HowardvanRooijen/9efebfcf8be7825153b7 to your computer and use it in GitHub Desktop.
Save HowardvanRooijen/9efebfcf8be7825153b7 to your computer and use it in GitHub Desktop.
Create a HTML file containing a list of all the Azure Virtual Machine Images
Get-AzureVMImage | ConvertTo-HTML | Out-File C:\temp\AzureVmImages.htm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment