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?
Asked
Active
Viewed 75 times
-1
-
you should provide us with some code you have already tried. – Stephane Rolland Aug 03 '15 at 13:41
1 Answers
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