VMConnect.exe – Windows CMD Command
Notice: A non well formed numeric value encountered in /home/future4tech/public_html/wp-content/plugins/crayon-syntax-highlighter/crayon_formatter.class.php on line 118
Notice: A non well formed numeric value encountered in /home/future4tech/public_html/wp-content/plugins/crayon-syntax-highlighter/crayon_formatter.class.php on line 119
Notice: A non well formed numeric value encountered in /home/future4tech/public_html/wp-content/plugins/crayon-syntax-highlighter/crayon_formatter.class.php on line 118
Notice: A non well formed numeric value encountered in /home/future4tech/public_html/wp-content/plugins/crayon-syntax-highlighter/crayon_formatter.class.php on line 119
Connect to a Hyper-V Virtual Machine.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
Syntax vmconnect.exe ServerName VMName [-C count] vmconnect.exe ServerName [VMName] -G GUID [-C count] Key -C count Specify an connection iD VMConnect will then stack the VM console windows with a small offset so that they are all visible. Larger numbers will space the windows further apart. -G Connect using a GUID |
A connection may be established both locally on the Hyper-V server or
remotely over a network or the internet from a client on which the tool
installed. Add Features > Remote Administration Tools > Role
Administration Tools > Hyper-V Tools.
Examples:
1 2 3 4 5 6 7 |
Connect to the Virtual Machine 'VM01' on server64: C:\> VMConnect.exe Server64 VM01 Open 3 VM consoles: C:\> VMConnect.exe Server64 VM01 -C 1 C:\> VMConnect.exe Server64 VM02 -C 2 C:\> VMConnect.exe localhost "Test Virtual Machine" -C 3 |