Hi Guys,
how to get the vmdk file path for a shutdown VM in ESX Server via VIX API?
I try to get it via VixVM_ReadVariable() function. but it seems this function requires the VM is power on.
I don't want to get the VM started, just want to know if I can get the vmdk file path when a VM is power off.
Thanks in advance.