Skip to content

Instantly share code, notes, and snippets.

@jftuga
Created March 7, 2019 16:11
Show Gist options
  • Save jftuga/5411dd6aa9a1f5e50bcdb1519e35c615 to your computer and use it in GitHub Desktop.
Save jftuga/5411dd6aa9a1f5e50bcdb1519e35c615 to your computer and use it in GitHub Desktop.
Get all VM Operating Systems with PowerCLI
$all | % { $_.Name + "`t" + $_.ExtensionData.Guest.GuestFullName } > vm.tsv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment