-1

I am trying to do so both via the API ("VirtualMachine" class, in C#) and via power cli commands - without any luck. Can someone please help me?

Horizon_Net
  • 5,959
  • 4
  • 31
  • 34
Nisim Naim
  • 151
  • 1
  • 15

1 Answers1

0

The Vsphere apis don't provide that sort of info. Use vsphere apis (powercli etc) to get the vm's ip address and then talk to the VM's os directly from there, using PowerShell remoting or similar.

Trondh
  • 3,221
  • 1
  • 25
  • 34