Skip to content

Instantly share code, notes, and snippets.

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