Keep in mind that AcquireCloneTicket() on the SessionManager returns the session for the entire vsphere and may pose security vulnerabilities, such as being able to access any vm. The AcquireMKSTicket() on the VirtualMachine Managed Object is more appropriate for accessing a single VM's Console. I'm not sure why this does not work, as this way is more secure, and makes the most sense.
↧