T The Triage ManualTechnical Guides for IT Emergencies
P3 · Active Directory

Group Policy not applying

Policy changes reach the domain but never appear on clients — or apply inconsistently. Diagnose: link, scope, filter, processing, replication.

Indicators

Likely causes

Diagnostic steps

  1. On affected client: gpresult /h C:\temp\gp.html — read the Denied / Empty / Disabled status for each GPO
  2. Verify GPO link: GPMC → confirm OU link, link enabled, enforced state
  3. Check security filtering — must include either Authenticated Users (read+apply) or specific principals + 'Authenticated Users: Read' minimum (post MS16-072)
  4. Test WMI filter manually if any: Get-WmiObject -Query <filter> on the client
  5. Confirm SYSVOL replication healthy: dfsrdiag replicationstate, ridmondiag
  6. gpupdate /force then re-test

Resolution path

Prevention

Tools

References

group-policygpogpresultsysvolactive-directory