Hello Folks,
Im working in a new environment and its about deploying different local administrator groups to Computers, as Sites or IP Ranges arent an good option in our scenario I tried to tie it to the location attribute inside the computer object and filter in the GPP, so what did I do.
(&(objectCategory=computer)(objectClass=Computer)(location=MyLocation1*)
this maps a administrator group that is specified to hold administrators from "mylocation1"
(&(objectCategory=computer)(objectClass=Computer)(location=MyLocation2*)
this maps a administrator group that is specified to hold administrators from "mylocation2"
on my testcomputer, the location attribute inside of its Active Directory Account is "MyLocation1 east"
But even without the wildcards in the filter both GPPs are "matched and processed" on my client
the bindung and attribute i leave default.
Problem is: BOTH gpps are processed and àpplied. So i have 2 administrator groups that are getting added to the computer.
What is it that I am missing?

Cheers
Andreas