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

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.