Hi,
you could also try this where you aren't using the SDKConnection:
var vms = Server.findAllForType("VC:VirtualMachine","xpath:name='"+VclVM.name+"'"); System.log( vms[0].name );
Regards,
Chris
Hi,
you could also try this where you aren't using the SDKConnection:
var vms = Server.findAllForType("VC:VirtualMachine","xpath:name='"+VclVM.name+"'"); System.log( vms[0].name );
Regards,
Chris