Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Created January 3, 2017 05:11
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 goyalmohit/90cd6f18e478e13fd1eca339e87f704a to your computer and use it in GitHub Desktop.
Save goyalmohit/90cd6f18e478e13fd1eca339e87f704a to your computer and use it in GitHub Desktop.
$imageName = Get-AzureVMImage |
where { $_.ImageFamily -eq $imageFamily } |
sort PublishedDate -Descending |
select -ExpandProperty ImageName -First 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment