This isn’t really documented anywhere on the VMware website, but it comes in really handy if require certain users to have console access to machines without the complication of the vSphere Web Client.
Install VMware Player from the VMware website
Get the Managed Object ID of the VM. This can be done through PowerCLI with the following script:
|
|
Give the user access to the VM. The permission “Virtual Machine\Interaction\Console Interation” needs to be given on both the VM and the host. It doesn’t need to inherit to children so deselect “Propagate to children” in the permisisons screen”.
Create a shortcut to connect straight to the VM. The following PowerShell script can create the shortcut automatically.
|
|
Afterwards, double click on the shortcut on the desktop and enter appropriate credentials. You’ll be straight in to the console.