Multiple choice technology

What is the correct command to enable the Hyper-V server role on a server core installation?

  1. winrm quick config:

  2. cscript scregdit.wsf /AR 0

  3. Start /w ocssetup Microsoft-Hyper-V

  4. Start /w servermanagementcmd Cinstall Microsoft-Hyper-V

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

On Server Core installations of Windows Server 2008, roles and features are installed using the ocsetup command with the Start /w flag to wait for completion. 'Microsoft-Hyper-V' is the correct package name. Option D is nonsensical syntax.