exam questions

Exam AZ-800 All Questions

View all questions & answers for the AZ-800 exam

Exam AZ-800 topic 3 question 30 discussion

Actual exam question from Microsoft's AZ-800
Question #: 30
Topic #: 3
[All AZ-800 Questions]

HOTSPOT
-

You have a server named Server1 that runs Windows Server and has the Hyper-V server role installed. Server1 contains a virtual machine named VM1 that runs Windows Server.

You need to install the Hyper-V server role on VM1.

Which PowerShell command should you run first? 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
windowsmodulesinstallerworker
Highly Voted 1 year, 8 months ago
Set-VMProcessor -VMName <VMName> -ExposeVirtualizationExtensions $true
upvoted 35 times
Ksk08
7 months, 2 weeks ago
Set-VMProcessor VM1 -ExposeVirtualizationExtensions $true
upvoted 1 times
e489b39
1 week, 6 days ago
what's wrong with you man keep using AI only and keep posting stringer posts ?
upvoted 1 times
...
...
...
boapaulo
Highly Voted 1 year, 6 months ago
Admin, the correct answer is the one given below, please change it in the screenshot of the answer. - Set-VMProcessor VM1 -ExposeVirtualizationExtensions $true
upvoted 6 times
sardonique
10 months, 1 week ago
Admin please do not correct. If all the answers are perfect this will lower the value of the exam and will provoke Microsoft to react. People make at least the effort to search the knowledge base and look at the comments
upvoted 2 times
...
...
Ksk08
Most Recent 7 months, 3 weeks ago
Set-VMProcessor VM1 -ExposeVirtualizationExtensions $true
upvoted 1 times
...
NazerRazer
1 year, 8 months ago
Configure Nested Virtualization Step 1: While the virtual machine is in the OFF state, run the following command on the physical Hyper-V host, in this case on SRV1. This enables nested virtualization for the virtual machine. Step 2: Set-VMProcessor - VMName <VMName> -ExposeVirtualizationExtensions $true In our case: Set-VMProcessor -VMName VM1 -ExposeVirtualizationExtensions $true Step 3: Start the virtual machine. Install Hyper-V within the virtual machine, just like you would for a physical server. Enable the Hyper-V role through Settings Step 4: Right click on the Windows button and select 'Apps and Features'. Step 5: Select Programs and Features on the right under related settings. Step 6: Select Turn Windows Features on or off. Step 7: Select Hyper-V and click OK.
upvoted 5 times
RickySmith
1 year, 5 months ago
https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/user-guide/enable-nested-virtualization
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 ...