Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Created January 3, 2017 05:11
Show Gist options
  • Select an option

  • Save goyalmohit/90cd6f18e478e13fd1eca339e87f704a to your computer and use it in GitHub Desktop.

Select an option

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