Skip to content

Instantly share code, notes, and snippets.

@ody
Created October 8, 2013 19:26
Show Gist options
  • Save ody/6890122 to your computer and use it in GitHub Desktop.
Save ody/6890122 to your computer and use it in GitHub Desktop.
vim = RbVmomi::VIM.connect(:host => 'vcenter.puppetlabs.net', :user => '[email protected]', :password => 'foo', :insecure => true)
vim.searchIndex.FindByInventoryPath(:inventoryPath => 'pdx_office/vm/Business Development/cody/infrastructure/pm1').name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment