exam questions

Exam AZ-800 All Questions

View all questions & answers for the AZ-800 exam

Exam AZ-800 topic 3 question 7 discussion

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

DRAG DROP -
You have a server named Server1 that runs Windows Server and has the Hyper V server role installed. Server1 hosts a virtual machine named VM1.
Server1 has an NVMe storage device. The device is currently assigned to VM1 by using Discrete Device Assignment.
You need to make the device available to Server1.
Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
Reference:
https://docs.microsoft.com/en-us/windows-server/virtualization/hyper-v/deploy/deploying-storage-devices-using-dda

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
nazgul250
Highly Voted 3 years ago
Correct. https://docs.microsoft.com/en-us/windows-server/virtualization/hyper-v/deploy/deploying-graphics-devices-using-dda#removing-a-device-and-returning-it-to-the-host
upvoted 16 times
...
DavidThe2nd
Highly Voted 2 years ago
Stop Remove Mount Enable
upvoted 5 times
...
Ksk08
Most Recent 7 months, 1 week ago
Correct order of actions: From Server1, stop VM1. From Server1, run the Remove-VMAssignableDevice cmdlet. From Server1, run the Mount-VMHostAssignableDevice cmdlet. From Server1, enable the device by using Device Manager.
upvoted 1 times
...
afridi43
1 year, 8 months ago
1. From Server1, Stop VM1. (You need to stop VM1 to release the NVMe storage device from the virtual machine.) 2. From Server1, run the Remove-VMAssignableDevice cmdlet. (This step detaches the device from the virtual machine.) 3. From Server1, run the Mount-VMHostAssignableDevice cmdlet. (Now that the device is no longer assigned to VM1, This makes the NVMe storage device available to Server1.) 4. From Server1, enable the device by using Device Manager. (Once the device is attached to Server1, you should enable it in Device Manager to make it usable by the host server.)
upvoted 2 times
...
syu31svc
2 years, 2 months ago
From the links given by nazgul250, Jawad1462 and alexandrasexy If you want to return he device back to its original state, you will need to stop the VM and issue the following: Copy #Remove the device from the VM Remove-VMAssignableDevice -LocationPath $locationPath -VMName VMName #Mount the device back in the host Mount-VMHostAssignableDevice -LocationPath $locationPath You can then re-enable the device in device manager and the host operating system will be able to interact with the device again. Answer is correct
upvoted 4 times
...
Jawad1462
2 years, 7 months ago
Answer is Correct https://docs.microsoft.com/en-us/windows-server/virtualization/hyper-v/deploy/deploying-graphics-devices-using-dda#removing-a-device-and-returning-it-to-the-host
upvoted 3 times
...
alexandrasexy
2 years, 10 months ago
The answer is Correct. https://docs.microsoft.com/en-us/windows-server/virtualization/hyper-v/deploy/deploying-graphics-devices-using-dda#removing-a-device-and-returning-it-to-the-host
upvoted 4 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 ...