Your network contains a single Active Directory domain named contoso.com. All domain controllers
run Windows Server 2012 R2.
The domain contains 400 desktop computers that run Windows 8 and 10 desktop computers that
run Windows XP Service Pack 3 (SP3). All new desktop computers that are added to the domain run
Windows 8.
All of the desktop computers are located in an organizational unit (OU) named OU1.
You create a Group Policy object (GPO) named GPO1. GPO1 contains startup script settings. You link
GPO1 to OU1.
You need to ensure that GPO1 is applied only to computers that run Windows XP SP3.
What should you do?
A.
Create and link a WML filter to GPO1
B.
Run the Set-GPInheritance cmdlet and specify the -target parameter.
C.
Run the Set-GPLink cmdlet and specify the -target parameter.
D.
Modify the Security settings of OU1.
Explanation:
WMI Filtering is used to get information of the system and apply the GPO on it with the condition is
met.
Security filtering: apply a GPO to a specific group (members of the group)
Obvious typo in the answer.
But it is correct – create a WMI filter to target WinXP machines.
Typo.. WMI is correct.
Shouldn’t the answer be Item Level Targeting?
It *should* be item level targeting, but WMI filtering is the next best alternative.
Item-Level targeting works only on Preferences, there is no Item-Level targeting on Computer Startup/Shutdown scripts. So the correct answer is WMI Filtering.