Q. How can I quickly connect to a Hyper-V server's child partition?

John Savill

August 20, 2008

1 Min Read
ITPro Today logo in a gray background | ITPro Today

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

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like