
Even if your account is included in the local group Administrators, add it also to the Hyper-V Administrators group.Now you can connect to the virtual machine console on the hypervisor Hyper-V as to normal server.

You can get it using PowerShell, for example: Get-VM -Name lon-dc01 select ID. The connection is made through Enhanced Session Mode, which uses the VMBus (a logical inter-partition communication channel between the Hyper-V host and the virtual machines).To connect to a virtual machine, the first thing to do is to get its VM ID.

The version of 2.7 has interesting feature - it can be used to connect directly to the Hyper-V virtual machine console using VMConnect.

Remote Desktop Connection Manager (RDCMan) is an official utility from Microsoft to connect to servers via RDP (which replaced the Remote Desktops snap-in) and efficiently handle the daily management tasks by System Administrator.
