Q. How can I quickly connect to a Hyper-V server's child partition?
August 20, 2008
A. First, install and open the Microsoft Management Console (MMC) Hyper-V Manager snap-in. Then find the Program FilesHyper-v folder, which contains a number of tools, including vmconnect.exe—the client used to actually connect to a Hyper-V virtual machine (VM). You can use vmconnect.exe to bypass the server that hosts the child partition and connect directly to the child partition. The following command connects the local computer to the testvirt01 VM running on the local server.
C:program fileshyper-vvmconnect %localcomputername% testvirt01
(Substitute your local computer’s name for localcomputername.) To avoid typing c:program fileshyper-v each time you want to access one of the Hyper-V folder's tools, add ";c:program fileshyper-v" to the System path variable list in the environment variables section of the System Properties dialog box.
About the Author
You May Also Like