Active Directory ← Knowledge Base
Group Policy Not Applying
Problem
A Group Policy Object is configured but its settings are not taking effect on target machines or users.
Symptoms
- Expected setting (e.g. a mapped drive, security setting) is missing on the client
- gpresult shows the GPO is not being applied, or applies with errors
- Setting works on some machines but not others
Possible Causes
- GPO linked to the wrong OU
- Security filtering excludes the affected user/computer group
- WMI filter excludes the target unexpectedly
- Client hasn't refreshed policy yet
- Replication hasn't completed across domain controllers
Diagnostic Steps
- Run gpresult /r on the affected machine to see which GPOs actually applied
- Check the GPO's link location, security filtering, and any WMI filters in Group Policy Management
- Force a policy refresh and check again
- Confirm the affected machine/user object is actually in the OU the GPO targets
Commands & Tools
gpupdate /forcegpresult /rgpresult /h report.htmlrepadmin /replsummary (admin, checks DC replication)
Step-by-Step Solution
- Correct the GPO link, security filtering, or WMI filter to include the intended targets
- Force gpupdate /force on the client and confirm with gpresult afterward
- If replication is the cause, verify and remediate it with repadmin on the domain controllers
- Move the affected computer/user object to the correct OU if it was placed incorrectly
Verification
gpresult /r shows the expected GPO applied, and the actual setting is present and working on the client.
Common Mistakes
- Assuming the GPO itself is broken before checking security filtering and OU placement
- Not forcing a refresh before re-testing
- Overlooking DC replication delay in multi-site environments
Escalation Criteria
Escalate to a senior AD admin if replication issues are suspected across multiple domain controllers, since that can affect far more than one policy.
Prevention
Document GPO scope and filtering clearly, test new GPOs on a pilot OU before wide deployment, and monitor replication health regularly.