Skip to content

Instantly share code, notes, and snippets.

@chaderoth
Created October 14, 2018 20:05
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 chaderoth/c1e03783ebdcfdee841939723c9dbf59 to your computer and use it in GitHub Desktop.
Save chaderoth/c1e03783ebdcfdee841939723c9dbf59 to your computer and use it in GitHub Desktop.
######################################
# Get All Windows VMs Stored In $VMs #
# And Store In The Variable $WinVMs #
######################################
$WinVMs = $VMs | Where-Object {$_.Parent.Guest.OSFullName -like "*Windows*"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment