WMI filter not working

C

Chicojrman123

goal is to have a specific AD group added as local administrator to servers with the following naming convention - Primary08xx and backup08xx.

here is my wmi query: SELECT * FROM Win32_ComputerSystem WHERE Name= "BACKUP08%" OR Name= "PRIMARY08%"

I've followed this https://richardstk.com/2013/11/26/adding-domain-users-to-the-local-administrators-group-using-group-policy/

If I apply my wmi to the query it doesn't apply the group aforementioned, but if I remove the wmi filter it worksGPO security filtering has authenticated users. I'm not sure what I'm missing please help.

Continue reading...
 
Back
Top Bottom