Skip to content

Instantly share code, notes, and snippets.

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 tech-zombie/eca27cd6ad53614c111d0d989fe6f1ab to your computer and use it in GitHub Desktop.
Save tech-zombie/eca27cd6ad53614c111d0d989fe6f1ab to your computer and use it in GitHub Desktop.
Get-VM | Get-NetworkAdapter | Where-object {$_.Type -ne "Vmxnet3"} | Select @{N="VM";E={$_.Parent.Name}},Name,type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment