The sysvol permissions for one or more GPOs on this domain controller are not in sync

DollaBillz 121 Reputation points
2020-10-01T14:14:34.397+00:00

I stood up 4 new domain controllers and it looked as if everything was happy. Dcdiag shows no issues, repadmin shows no issuss, etc. However, I ran an infrastructure report from the GPMC and it shows my new domain controllers are all with replication in progress. When I click the ACLs link, it lists maybe 20 of my 25 GPOs and says at the top:

"The SysVol permissions for one or more GPOs on this domain controller are not in sync with permissions for the GPOs on the Baseline domain controller."

I checked the permissions and they seem to match. Any ideas on what I can do next?

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,205 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Dave Patrick 426.1K Reputation points MVP
    2020-10-01T14:20:00.407+00:00

    Please run;

    Dcdiag /v /c /d /e /s:%computername% >c:\dcdiag.log
    repadmin /showrepl >C:\repl.txt
    ipconfig /all > C:\dc1.txt
    ipconfig /all > C:\dc2.txt
    ipconfig /all > C:\dc3.txt
    ipconfig /all > C:\dc4.txt

    then put unzipped text files up on OneDrive and share a link.

    0 comments No comments