exam questions

Exam MD-101 All Questions

View all questions & answers for the MD-101 exam

Exam MD-101 topic 2 question 16 discussion

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

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
Your company uses Windows Update for Business.
The research department has several computers that have specialized hardware and software installed.
You need to prevent the video drivers from being updated automatically by using Windows Update.
Solution: From the Device Installation and Restrictions settings in a Group Policy object (GPO), you enable Prevent installation of devices using drivers that match these device setup classes, and then you enter the device GUID.
Does this meet the goal?

  • A. Yes
  • B. No
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
jairojunior_br
Highly Voted 5 years, 4 months ago
The domain GPO exists, but would not be considered as correct, because it dont specify that drivers could not be installed via Windows Update. It prevents that drivers can be installed in every way possible. Maybe this is why it's not the best option. The Domain GPO can be found in: Group Policy Management Editor > Default Domain Policy>Computer Configuration>Policies>Administrative Templates>System>Device Installation Restrictions
upvoted 19 times
Syed7
4 years ago
so your answer is A -> Yes ???
upvoted 4 times
...
Anthony_2770
4 years, 3 months ago
Yes the question should have indicated if it was a workgroup or a domain as there are differences between the domain GPO and a local GPO
upvoted 3 times
Anthony_2770
4 years, 3 months ago
Also Local GPO does exist. It exists in a different place. Computer Configuration > Administrative Templates > System > Device Installation> Device Installaton Restrictions > Prevent installation of devices using drivers that match these device setup classes
upvoted 1 times
Anthony_2770
4 years, 3 months ago
So the question is not questioning the user as regards whether the issue at hand relates to a domain gpo or simply does not exist in a local gpo
upvoted 1 times
...
...
...
Morwen
2 years, 9 months ago
The question isn't to block installation of drivers, but to prevent updates. Per docs article, it's B- NO, because proposed solution only blocks installation (it doesn't say anything about updates), while "Prevent installation of devices using drivers that match these device setup classes" says " can't install or update"
upvoted 1 times
...
...
snabelkabel
Highly Voted 5 years, 5 months ago
I think this should be A: Yes, it is possible to do it this way, and the referenced url only states another way to achive the same goal, not that it is incorrect
upvoted 13 times
...
MrPocketRocket
Most Recent 2 years, 4 months ago
Answer is Yes, that is one way to prevent the video drivers from being updated automatically by Windows Update. By using the Group Policy object (GPO) and configuring the Prevent installation of devices using drivers that match these device setup classes setting, you can block the installation of specific device drivers based on their device GUID. To find the device GUID for your video driver, you can follow these steps: Open the Device Manager by right-clicking on the Start menu button and selecting Device Manager. Find your video driver under the Display adapters section. Right-click on the video driver and select Properties. Go to the Details tab and select Device instance path from the drop-down menu. The device GUID should be displayed in the Value field. Once you have the device GUID, you can use it to configure the Prevent installation of devices using drivers that match these device setup classes setting in the GPO to prevent Windows Update from updating the video driver automatically.
upvoted 1 times
...
Meebler
2 years, 6 months ago
A, This solution would meet the goal of preventing the video drivers from being updated automatically by using Windows Update. By enabling the Prevent installation of devices using drivers that match these device setup classes setting in a Group Policy object and specifying the device GUID, you can prevent the specified devices from being updated or installed through Windows Update. This can be useful in situations where specialized hardware or software is in use and you want to ensure that updates do not cause compatibility issues or disrupt the functioning of the system.
upvoted 2 times
...
Dedutch
2 years, 11 months ago
I've done this before for network drivers that have caused issues.
upvoted 1 times
...
MitchF
2 years, 11 months ago
Source: https://docs.microsoft.com/en-us/windows/client-management/manage-device-installation-with-group-policy "When you use device Classes to allow or prevent users from installing drivers, you must specify the GUIDs for all of the device's device setup classes, or you might not achieve the results you want. The installation might fail (if you want it to succeed) or it might succeed (if you want it to fail)." This means you should use GUIDs if you want to "prevent users from installing drivers"...I pick "A) Yes" as correct answer
upvoted 1 times
...
Whatsamattr81
3 years ago
The question is 'updated automatically' not 'installed'. That GPO would prevent any installation, even manual.
upvoted 1 times
...
MR_Eliot
3 years, 2 months ago
Selected Answer: A
Prevent installation of devices that match these device IDs This policy setting specifies a list of Plug and Play hardware IDs and compatible IDs for devices that users cannot install. If you enable this policy setting, users cannot install or update the driver for a device if its hardware ID or compatible ID matches one in this list. If you disable or do not configure this policy setting, users can install devices and update their drivers, as permitted by other policy settings for device installation. Note: This policy setting takes precedence over any other policy settings that allow users to install a device. This policy setting prevents users from installing a device even if it matches another policy setting that would allow installation of that device.
upvoted 1 times
...
Moderator
3 years, 2 months ago
Selected Answer: A
It does fulfill it's purpose, although it's a bit extreme to do it this way.
upvoted 2 times
...
PChi
3 years, 3 months ago
The GPO that the provided solution is referring to: https://docs.microsoft.com/en-us/windows/client-management/manage-device-installation-with-group-policy VS The correct resolve: https://docs.microsoft.com/en-us/windows/deployment/update/waas-wu-settings
upvoted 2 times
...
AL99
3 years, 3 months ago
Answer A:Yes
upvoted 1 times
...
PiPe
3 years, 4 months ago
Selected Answer: B
"Prevent installation of devices using drivers that match these device setup classes" is different from "Prevent installation of devices that match any of these device IDs". The first only accepts ClassGUIDs (f.e. ALL graphics cards), while the latter only accepts DeviceGUIDs (f.e. specific graphics card). Dropping a device GUID in the GPO for device setup classes will not work imho. So the answer is no for me. https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.DeviceInstallation::DeviceInstall_Classes_Deny https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.DeviceInstallation::DeviceInstall_IDs_Deny https://docs.microsoft.com/en-us/windows-hardware/drivers/install/system-defined-device-setup-classes-available-to-vendors
upvoted 8 times
...
Santeria
3 years, 5 months ago
Selected Answer: A
If you specify the GUID, it's correct!
upvoted 1 times
...
tf444
3 years, 9 months ago
The answer is YES! This policy setting allows you to specify a list of device setup class globally unique identifiers (GUIDs) for device drivers that Windows is prevented from installing. This policy setting takes precedence over any other policy setting that allows Windows to install a device. If you enable this policy setting, Windows is prevented from installing or updating device drivers whose device setup class GUIDs appear in the list you create. If you enable this policy setting on a remote desktop server, the policy setting affects redirection of the specified devices from a remote desktop client to the remote desktop server. If you disable or do not configure this policy setting, Windows can install and update devices as allowed or prevented by other policy settings.
upvoted 3 times
auton
3 years, 8 months ago
You are correct, but the question is only asking for Windows update. What if we want to install drivers through a OEM installer? The question is a bit flawed. If we're asking only for Windows update to be excluded from driver installations, then the answer is NO.
upvoted 2 times
...
...
badguytoo
3 years, 10 months ago
This should A. Checked from the MS doc: This policy setting allows you to specify a list of device setup class globally unique identifiers (GUIDs) for driver packages that Windows is prevented from installing. By default, this policy setting takes precedence over any other policy setting that allows Windows to install a device.
upvoted 1 times
...
Sironin
3 years, 11 months ago
Yes this obviously meets the goal. It is also the only way to specifically limit installation of specific types of drivers (such as video drivers) vs just setting windows update to not update any drivers (which would also meet the goal, but not update any other drivers). This is an important distinction in that one might want windows update to update other drivers. This is the only way to do that.
upvoted 1 times
...
Mujja
4 years ago
The device is already installed, configuring device installation restrictions won't make a difference. We need to stop driver updates from Windows Update.
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 ...