Identity with Windows Server 2016 — Question 153
Your network contains an Active Directory domain named contoso.com.
You have an application named App1 that is deployed to all the client computers in the domain. App1 writes a registry value named LocalStorage on all the client computers.
You need to delete the LocalStorage registry value from all the client computers in the domain that have less than 100 GB of free disk space on their system volume.
What should you do?
Answer options
- A. Configure Software Settings in a Group Policy object (GPO) and enable a WMI filter.
- B. Configure a Group Policy setting to modify the security of the LocalStorage registry value.
- C. Create an administrative template file that contains the LocalStorage registry setting, and then add the administrative template to a Group Policy object (GPO).
- D. Configure a Group Policy preference that uses item-level targeting.
Correct answer: D
Explanation
The correct answer is D because Group Policy preferences allow for item-level targeting, which can be configured to only apply the deletion of the LocalStorage registry value to computers with less than 100 GB of free disk space. Option A, while it mentions a WMI filter, does not provide a direct method for deleting the registry value. Option B only changes security permissions and does not delete the registry value, and Option C involves creating an administrative template that is not necessary for simply removing a registry entry.