exam questions

Exam MD-100 All Questions

View all questions & answers for the MD-100 exam

Exam MD-100 topic 2 question 49 discussion

Actual exam question from Microsoft's MD-100
Question #: 49
Topic #: 2
[All MD-100 Questions]

HOTSPOT
-

You have a computer named Computer1 that runs Windows 11 and has Hyper-V enabled.

You create a virtual machine named VM1 that runs Windows 11.

You need to enable Hyper-V on VM1.

How should you complete the command? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

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
winguy
Highly Voted 2 years, 6 months ago
Set-VMProcessor -VMName <VMName> -ExposeVirtualizationExtensions $true https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/user-guide/nested-virtualization
upvoted 8 times
...
JePe
Most Recent 2 years, 1 month ago
-EnableEnhancedSessionMode Indicates whether users can use enhanced mode when they connect to virtual machines on this server by using Virtual Machine Connection. Type: Boolean Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False
upvoted 1 times
...
JePe
2 years, 1 month ago
Winguy is right see the reference: https://learn.micr.osoft.com/en-us/powershell/module/hyper-v/set-vmprocessor?view=windowsserver2022-ps Example 4 PowerShell Copy PS C:\> Set-VMProcessor TestVM -ExposeVirtualizationExtensions $true Configures virtual machine TestVM, enabling embedded Hyper-V.Uu
upvoted 1 times
...
jt2214
2 years, 6 months ago
I agree with winguy. Set-VMProcessor -VMName <VMName> -ExposeVirtualizationExtensions $true
upvoted 2 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 ...