How do I interact with the virtual machine from Hyper-V host?

I'm running a hypervisor Hyper-V on server hardware. I exported two virtual machines from elsewhere and I want to start them here while disconnected from the LAN. I'm on a terminal session on the Hyper-V with Task Manager, command line and Powershell; I don't have a GUI interface. So I started them just fine using Start-VM from Powershell.

How do I interact with the virtual machine? Normally while on the LAN I remote into the VM. But now I'm disconnected from the LAN. How do I start a terminal session (or remote into) the VM?


Solution 1:

I believe what you are looking for is the Hyper-V Virtual Machine Connection tool. The tool can be installed easily on other servers and it uses the host to provide the connection to the guest, which gets around your no guest networking issue.