Is it possible to access a vm from Hyper-V server locally?

I've just installed hyper-v server on a new machine for testing purposes and wonders if there is a way to access one of the guests locally?

Or is it only through Hyper-V manager (or remote desktop) from a different machine I can access them?

So the only solution would be to install Windows Server 2008 and add the Hyper-V role to it if I want to be able to work on the server machine as well?


Solution 1:

Hyper-V Server is an embedded hypervisor without any graphical UI; in this, it is very similar to a Server Core installation of Windows Server 2008, or to a VMWare ESX server.

You can only do command-line management from the console, and guests are accessible only remotely.

You're right, if you need to run VMs and access them from the same server console, you need a full Windows Server 2008 installation with the Hyper-V role.