Skip to content

Instantly share code, notes, and snippets.

@bgshacklett
Created March 19, 2014 14:38
Show Gist options
  • Save bgshacklett/9643009 to your computer and use it in GitHub Desktop.
Save bgshacklett/9643009 to your computer and use it in GitHub Desktop.
$worldTab = @{}
$esxcli = Get-EsxCli
$esxcli.vm.process.list() | %{
$worldTab.Add($_.WorldID,$_.DisplayName)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment