What im i doing wrong?
Background
1. I have a AD group with only computers in it. (No screen Saver group)
2. Computers in this group are in different OU's and cant be moved into
same "OU"
3. The GPO security filter has "auth users & no screen saver group".
4. the user section im configuring is "no screen saver" and loopback
process.
Rick schrieb:
> What im i doing wrong?
>
> Background
> 1. I have a AD group with only computers in it. (No screen Saver group)
> 2. Computers in this group are in different OU's and cant be moved into
> same "OU"
> 3. The GPO security filter has "auth users & no screen saver group".
> 4. the user section im configuring is "no screen saver" and loopback
> process.
Remove "Authenticated Users" from the security filtering tab.
"Authenticated Users" is a group that contains both Domain Users and
Domain Computers.
Cheers,
Florian
--
Microsoft MVP - Group Policy
eMail: prename [at] frickelsoft [dot] net.
blog: http://www.frickelsoft.net/blog.
Maillist (german): http://frickelsoft.net/cms/index.php?page=mailingliste
"Rick" <Ri...@discussions.microsoft.com> wrote in message
news:E65D6CEA-766B-480A...@microsoft.com...
When i run "gpresult" the only computer group policy being applied is the
one i want. Also the group policy result so that it is the winning GPO.
If i add users to the GPO filter the user config does apply but i need this
to only apply to computers. Thats why i had authenticate users in the
security filter.
I lost and any help would be great.
"Anthony [MVP]" <ant...@no-reply.com> wrote in message
news:E7D3ABE0-32D2-4490...@microsoft.com...
"Anthony [MVP]" <ant...@no-reply.com> wrote in message
news:B1F37A3C-FF1E-4F11...@microsoft.com...
"Rick" <Ri...@discussions.microsoft.com> wrote in message
news:3A546414-0ADE-4933...@microsoft.com...
What I learned/found is if you have a GPO higher in your AD environment
that enables "user group loopback processing" then it will effect all
workstations below that even if you have block inheritance to the OU. I think
this is an issue for me because security filter is set to "authenicate
users" on GPO's with "loopback" enabled.
Along with computer accounts, you also have add user accounts in the
security filter but not don't authenicate users if you don't have to. I used
"domain users" instead.
To get it to work in my current environment was to create another policy
that disabled "loopback" (security filter with Auth users) followed up with
enable "loopback" policy (domain users, computer group in security filter).
Both GPO's are link to the same OU.
"Rick" <Ri...@discussions.microsoft.com> wrote in message
news:8797B25E-4345-415B...@microsoft.com...
> Okay, the issue have been identified and resolved.
>
> What I learned/found is if you have a GPO higher in your AD environment
> that enables "user group loopback processing" then it will effect all
> workstations below that even if you have block inheritance to the OU. I
> think
> this is an issue for me because security filter is set to "authenicate
> users" on GPO's with "loopback" enabled.
I'm not quite sure what this means. The loopback will apply to any computer
in the OU, but if you block a particular sub-OU I would expect it to take
effect. But I think you have some mix of user and group policies in a mixed
OU that I have not quite understood. My approach is to keep users and
computers in separate OU's. I think the basic purpose of an OU is as a unit
of Policy.
>
> Along with computer accounts, you also have add user accounts in the
> security filter but not don't authenicate users if you don't have to. I
> used
> "domain users" instead.
Yes. Having applied a loopback, you need to have the User Configuration
portions of the looped back policies apply to some defined objects. Its just
that those objects are not in the OU where the loopback is applied.
>
> To get it to work in my current environment was to create another policy
> that disabled "loopback" (security filter with Auth users) followed up
> with
> enable "loopback" policy (domain users, computer group in security
> filter).
> Both GPO's are link to the same OU.
OK, I think the Disable part must be to reverse what had previously been
applied. It is not a Deny. It just disables what had previously been
enabled. By default it is not configured, and therefore not enabled. The new
loopback is what you needed at the beginning. After you have reversed the
previous policies I think you will be able to dispense with the Disable
policy.
The problem was that i had a GPO (call it X) with loopback set and security
filter had authenticate users. The GPO X was in the path of applied policy
for all my AD objects (users,computers).
What i was doing was blocking inheritance to my OU that contain some of the
computers i want to stop the screen saver on and created another GPO (Y). GPO
Y also had loopback applied and was link to that OU.
The issue was that my user account which was in another OU and not block was
appliy both GPO's.
I know im not explaining correctly but the root issues was "authenticate
users" in the security filter of the GPO X.