What are two possible ways to achieve this goal?

You install Windows Server 2008 R2 Enterprise (Full Installation).
You need to add the Hyper-V role to the server.
What are two possible ways to achieve this goal? (Each correct answer presents a complete solution.
Choose two.)

You install Windows Server 2008 R2 Enterprise (Full Installation).
You need to add the Hyper-V role to the server.
What are two possible ways to achieve this goal? (Each correct answer presents a complete solution.
Choose two.)

A.
Run the start /w hvconfig command.

B.
Run the start /w ocsetup Microsoft-Hyper-V command.

C.
Run the Add-WindowsFeature Hyper-V PowerShell cmdlet.

D.
Run the Add-WindowsFeature RSAT-Hyper-V PowerShell cmdlet.



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Cam

Cam

B. Run the start /w ocsetup Microsoft-Hyper-V command.
C. Run the Add-WindowsFeature Hyper-V PowerShell cmdlet.

3rd option: can also add hyper-v roles via the Server Manager GUI. This is only available with remote management.

In Full installation, it is more common to use the server manager GUI.

In Server Core installation, which there are no GUIs at all, we use command prompt. which are…
1. Run the start /w ocsetup Microsoft-Hyper-V command.
2. Run the Add-WindowsFeature Hyper-V PowerShell cmdlet

…I think this question meant to ask “You install Windows Server 2008 R2 Enterprise (Server Core Installation)…”

Cam

Cam

May be right or may be wrong…who knows…