VMware {code} Community
Humphry
Contributor
Contributor
Jump to solution

guest OS short names

Hi, I'd like to have a list with the guest operating system short names that I can use in the 'guestId' property of VirtualMachineConfigSpec.

Does anyone know where could I find this info??

Thanks.

Tags (1)
Reply
0 Kudos
1 Solution

Accepted Solutions
lamw
Community Manager
Community Manager
Jump to solution

You can query that information using MOR to 'VirtualMachine' and extracting from $_->config->guestId

Check out the VI API for further information

http://www.vmware.com/support/developer/vc-sdk/visdk25pubs/ReferenceGuide/vim.vm.ConfigInfo.html

=========================================================================

William Lam

VMware vExpert 2009

VMware ESX/ESXi scripts and resources at:

View solution in original post

Reply
0 Kudos
2 Replies
lamw
Community Manager
Community Manager
Jump to solution

You can query that information using MOR to 'VirtualMachine' and extracting from $_->config->guestId

Check out the VI API for further information

http://www.vmware.com/support/developer/vc-sdk/visdk25pubs/ReferenceGuide/vim.vm.ConfigInfo.html

=========================================================================

William Lam

VMware vExpert 2009

VMware ESX/ESXi scripts and resources at:

Reply
0 Kudos
Humphry
Contributor
Contributor
Jump to solution

Thanks, lamw. I had been looking for it in VirtualMachineConfigSpec instead of VirtualMachineConfigInfo.

Reply
0 Kudos