Incident Log: GPO Application Failure [Post-Central Store Update]

Patel Vihaan 20 Reputation points
2026-07-15T07:50:30.4866667+00:00

Impact: ~500 production machines under affected OU.

Trigger: Occurred immediately following ADMX template update in the Central Store.

Current State:

  • Group Policy application completely stalled for the target OU.
  • gpresult diagnostic run on endpoints returns "Access Denied" on the SYSVOL share path.

Primary Hypotheses:

ACL Replication Issue: Security descriptor/permission drift across domain controllers preventing client-side retrieval on Port 445/139.

Central Store Version Mismatch: Corrupted or incompatible ADMX/ADML template schema causing parse failures on the client-side Group Policy engine.

Windows for business | Windows for IoT
0 comments No comments

1 answer

Sort by: Newest
  1. Harry Phan 30,640 Reputation points Independent Advisor
    2026-07-15T08:52:17.4533333+00:00

    Hello Patel,

    Since gpresult is reporting Access Denied when accessing SYSVOL, I would focus on the ACL/replication hypothesis first, not the ADMX version mismatch.

    A corrupted or unsupported ADMX/ADML file typically causes Group Policy processing or GPMC display errors, but it does not normally generate SYSVOL access-denied errors. If clients cannot read files from \\<domain>\SYSVOL, verify SYSVOL and NETLOGON accessibility, compare permissions across all DCs, and check DFSR/replication health using:

    dcdiag /test:sysvolcheck /test:advertising

    dfsrdiag backlog

    repadmin /replsummary

    Also confirm affected machines can access:

    \domain.com\SYSVOL

    \domain.com\NETLOGON

    without authentication prompts.

    Given the issue started immediately after a Central Store update and affects ~500 machines in a single OU, my leading suspicion is that the ADMX update inadvertently changed permissions on a Central Store folder or that SYSVOL replication propagated incorrect ACLs to one or more domain controllers. I would validate SYSVOL ACL consistency and replication health before investigating ADMX schema compatibility.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.