Link to home
Start Free TrialLog in
Avatar of WellingtonIS
WellingtonIS

asked on

Computer Group Policy Not applied

I have a GPO on a 2012 server for time.  I have the group Authenticated Users as the security filtering but it's not being applied. I tried to create a wmi filtering for all machines but that didn't work either. I used the following for the WMI filtering:
Select * From RSOP_Session Where SOM = 'OU=WEL_COMPUTERS,OU=domain,OU=Facilities,DC=xxx,DC=xxx,DC=xxx'
Now I've created a computer group with all the PC's however, that's going to be hard to keep up with.  How can I get this to work?
Avatar of Abhilash Pappiyil
Abhilash Pappiyil
Flag of India image

Hi,

Can you try the below WMI filter and check. This would apply for ALL Computers.

select * from ds_computer where ds_distinguishedName like '%ou=Workstations%'

Hope the GPO order is correct and file replication is working fine between the DCs (if you have multiple DCs). What is the RSOP results says. Is the said GPO applying correcly?

Let me know how it goes.

Many thanks,
Abhi...
Avatar of WellingtonIS
WellingtonIS

ASKER

I've not seen this before so the OU%workstation% represents the actual OU and do I need the rest of it dc= etc?
ASKER CERTIFIED SOLUTION
Avatar of Abhilash Pappiyil
Abhilash Pappiyil
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I think that may have worked!
Thanks!
Glad that helped to resolve your issue.

Many thanks Sir.

Abhi...