royal wrote: You can't do that. Again, the groups do not apply GPOs. If the user object is in an OU, it'll apply GPOs from that OU to that user/computer object that exists within that OU only. The only thing that strays from this behavior is using group policy loopback with merge mode. If users are in a different domain, because GPOs don't apply to groups, you'll have to create a mimic'd GPO in the other domain to apply to those users if you want consistency. This is one of the things that go into a design. Why add another domain and create a policy boundary when you'll be creating similar policies.
dynamik wrote: This might help you out: http://technet.microsoft.com/en-us/library/cc785665.aspx
bjaxx wrote: So for example if you have a default domain policy in affect with user and computer settings and all ou's and objects sit under the default domain policy. But also there is a Terminal Servers OU with a terminal servers policy that only has two server objects. This terminal servers policy has user/computer settings as well. What policy settings are applied?
astorrs wrote: bjaxx wrote: So for example if you have a default domain policy in affect with user and computer settings and all ou's and objects sit under the default domain policy. But also there is a Terminal Servers OU with a terminal servers policy that only has two server objects. This terminal servers policy has user/computer settings as well. What policy settings are applied? Unless you specify differently, both the default domain policy and the terminal services policy will apply to anything within the Terminal Services OU.
royal wrote: Then it blocks inheritance. Really, it means just that. If you want to apply policies to an entire domain except for one OU for example, you can apply the policy at the Domain Level and block inheritance at the specific OU and they won't flow down to that OU. That is of course you set No Override on the new GPO applied higher up. No Override takes precedence over Block Inheritance.
dynamik wrote: If you don't configure the setting, it'll inherit it if it's been configured somewhere else.