exam questions

Exam 70-740 All Questions

View all questions & answers for the 70-740 exam

Exam 70-740 topic 1 question 104 discussion

Actual exam question from Microsoft's 70-740
Question #: 104
Topic #: 1
[All 70-740 Questions]

HOTSPOT -
You have a Hyper-V host named Server1 that runs Windows Server 2016.
You deploy a virtual machine named VM1 to Server1. VM1 runs Windows Server 2016.
You need to ensure that you can install the Hyper-V server role on VM1.
Which command should you run? To answer, select the appropriate options in the answer area.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:
References:
https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/user-guide/nested-virtualization

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
waseemsmr
5 years, 1 month ago
Set-VMProcessor -VM1 -ExposeVirtualizationExtensions $true
upvoted 3 times
...
RicardoRyuma
5 years, 9 months ago
INCORRECT Correct is: set-vmprocessor in the SERVER, not in VM Set-VMProcessor -VMName <VMName> -ExposeVirtualizationExtensions $true
upvoted 1 times
Person
5 years, 9 months ago
In Server1 you must configure ExposerVirtualizationExtension for VM1. To do this, you need power off VM1, then from console powershell in Server1 you must execute: Set-VMProcessor VM1 -ExposeVirtualizationExtensions $True Then, power on VM1. Be carefully and read the questions carefully.
upvoted 18 times
lbs
5 years, 3 months ago
This means answer is correct.
upvoted 2 times
...
...
...
Dutch2005
5 years, 9 months ago
correct
upvoted 1 times
Dutch2005
5 years, 9 months ago
Set-VMprocessor -- expose virtualize options
upvoted 3 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...