Join our Newsletter — 33% off our NHI Course

What is the difference between site-linked and OU-linked Group Policy precedence?

Site-linked GPOs apply broadly to everything in the site and have the lowest precedence in the standard processing model. OU-linked GPOs are more specific and usually override site and domain settings when they configure the same value. In practice, this means location in the directory tree is a major factor in deciding which policy ultimately takes effect.

How site-linked and OU-linked GPOs differ in the processing order

Site-linked GPOs are evaluated early but sit at the bottom of the standard precedence stack, so they act as broad, location-based defaults. OU-linked GPOs are later in the processing path and usually win when both scopes configure the same setting. The practical difference is not just scope, but which layer gets the last word when settings collide.

A useful way to think about it is that the site scope influences all objects in that site, while the OU scope narrows the policy to a more specific directory container. That specificity is what gives OU-linked policy its usual precedence advantage. In a mixed policy design, the directory path matters because more specific placement generally overrides less specific placement.

That hierarchy is why administrators often use site-linked policy for coarse, environment-wide settings and OU-linked policy for targeted exceptions or departmental standards. If the same value is defined in both places, the OU-linked version typically determines the final result unless another processing rule changes the outcome. The result is a layered model rather than a simple first-match lookup.

What happens when both scopes configure the same setting

When a site-linked GPO and an OU-linked GPO both set the same policy value, the OU-linked GPO normally takes precedence because it is applied closer to the object in the directory structure. This is the core reason OU design has operational consequences: it can override a broader site default without changing the site-level policy itself. The conflict is resolved by order and scope specificity, not by whichever GPO was created most recently.

This matters most for settings that are intentionally duplicated across scopes. For example, a site policy may establish an organisation-wide baseline, while an OU policy adjusts a subset of users or computers that need different treatment. In those cases, the OU-linked GPO is not replacing the broader model, it is refining it for a narrower population.

Because group policy is cumulative, the final effective setting is usually the product of multiple linked GPOs rather than one isolated object. The important question for administrators is therefore which scope is intended to control the final value. If that intent is unclear, policy conflicts can look random even when the processing order is behaving as designed.

Why precedence matters for design, troubleshooting, and policy intent

Precedence determines whether a broad default survives or is overridden by a more specific business rule. That is why site-linked policy is commonly used for general alignment, while OU-linked policy is used to enforce local exceptions, role-based differences, or organisational boundaries. If the OU should not override the site, the design must avoid conflicting settings or place the control elsewhere.

Troubleshooting usually starts by checking whether the expected value is being overridden by a more specific link. In practice, the question is less about “which GPO exists” and more about “which GPO wins for this object at this location.” That is also why documentation of link location is as important as the policy setting itself.

For practitioners, the main design lesson is to treat scope as part of the control, not just a routing detail. The same setting can mean different things depending on whether it is meant to apply at site level or OU level, and the final outcome depends on that ordering. Good Group Policy design makes the intended winner obvious before a conflict ever occurs.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

NIST CSF 2.0 and NIST SP 800-53 Rev 5 set the technical controls, while ISO/IEC 27001:2022 defines the regulatory obligations.

Framework Control / Reference Relevance
NIST CSF 2.0 PR.AA-05 — Identity Management, Authentication and Access Control Group Policy precedence affects how access and configuration controls are enforced.
Recommendation — Align linked policy scope so the intended access and configuration control takes effect.
NIST SP 800-53 Rev 5 AC-6 — Least Privilege OU-level precedence is often used to apply narrower, more specific control than site defaults.
Recommendation — Use more specific links to enforce narrower access and configuration authority.
ISO/IEC 27001:2022 A.5.15 — Access control Policy precedence governs which control settings actually apply to users and systems.
Recommendation — Document scope and precedence so access controls resolve predictably.

Practitioner Guidance

What to verify: Before assuming a policy is broken, verify the link location of each GPO that touches the same setting and confirm whether the target object sits in an OU that can override the site-level value. That check is usually faster than reworking the setting itself.

Common mistake: Teams often use the site as a convenient place for a baseline and then forget that OU-linked policy can silently replace it for a subset of objects. The result is inconsistent behaviour that looks like drift but is actually expected precedence.

Practitioner takeaway: Design site-linked GPOs as broad defaults and OU-linked GPOs as the intentional exceptions layer, then document every overlap so the effective winner is predictable.