Skip to content

Instantly share code, notes, and snippets.

@isjwuk
Created July 3, 2023 15:47
Show Gist options
  • Save isjwuk/c0a55c62e1bf661c9bf8bff3bc9c46bc to your computer and use it in GitHub Desktop.
Save isjwuk/c0a55c62e1bf661c9bf8bff3bc9c46bc to your computer and use it in GitHub Desktop.
Get Azure VMs with no marketplace image
# Get Azure VMs with no marketplace image
Get-AzVm | Where-Object {!($_.StorageProfile.ImageReference)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment