Windows Server 2012 R2 Hyper-V PowerShell distal install Hyper-V

Windows Server 2012 R2 Hyper-V PowerShell distal install Hyper-V


 

Do not want to enter the room, but want to help host a remote Hyper-V installation is not the problem, just add the name of the computer ComputerName parameters in PowerShell, you can install the remote end, but only in a domain environment, so that it permission to installation.

Step1: mounting a distal end with PowerShell Hyper-V, remote host name WINTEST, Open Windows PowerShell, input

Install-WindowsFeature -Name Hyper-V -ComputerName WINTEST -IncludeManagementTools –Restart

Step2: After the Hyper-V role installation is complete function, will need to reboot to normal use.

2014-12-22 05-21-04 PM

Step3: After reboot, view status function Hyper-V, the input

Get-WindowsFeature -Name Hyper-V* -ComputerName WINTEST

2014-12-22 05-21-31 PM

Ø WINTEST for Hyper-V computer name.


Jerry_IT Zhou Boheng 2010 ~ 2016 Microsoft® MVP Award
blog: HTTP: //www.dotblogs.com.tw/jerry710822
MVP ID: 4,027,163
My MVP Profile
https://mvp.support.microsoft.com/profile/Jerry

Original: Big Box  Windows Server 2012 R2 Hyper-V PowerShell distal install Hyper-V


Guess you like

Origin www.cnblogs.com/petewell/p/11516463.html