Hello all,
could anyone help me how to find out the identifier of a VM (e.g. via vSphere Client or anyway)?
I need the identifier to retrieve the ManagedObjectReference of the VM for the Converter SDK.
I need this for the following .NET-code:
ManagedObjectReference mor = new ManagedObjectReference
{
type = "VirtualMachine",
Value = "???"
};
Thanks and kind regards,
Tino