Group policies not replicating to all DC's

Jim 291 Reputation points
2024-05-16T16:23:11.2866667+00:00

3 Domain Controllers:

DC1 Server 2012

DC2 Server 2012

DC3 Server 2022

Create a test Group Policy to install a shortcut on all users desktops. No shortcut shows up.

Looked at all three DC's and only the one (DC3 I created it on is showing it:

User's image

The other two look the same, but nothing on the left, just blank.

Should these not all be synced? I have rebooted one of the blanks, no joy. I'm theorizing that the client I'm using for testing is getting its GP's from one of the 2 that don't have it. Anyway, how do I insure replication of GP's across all DC's?

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

2 answers

Sort by: Most helpful
  1. cthivierge 4,056 Reputation points
    2024-05-16T17:33:30.8033333+00:00

    Group Policy involves 2 replications type. AD Replication and SYSVOL replication

    AD Replication can be verified by using the repadmin command

    repadmin /showrepl

    repadmin /replsummary

    SYSVOL replication can be verified in the EventLogs (Applications and services logs / DFS Replication)

    You can also use the dfsrdiag command if there is a backlog
    RGName = Replication Group Name --> By default it's "Domain System Volume"

    RFName = Replicated Folder Name --> By default it's "SYSVOL Share"

    smem = Sending member --> DC1

    rmem = Receiving member --> DC2

    dfsrdiag backlog /RGName:"Domain System Volume" /RFName:"SYSVOL Share" /smem:DC1 /rmem:DC2

    run the same command by changing source / destination

    ref:

    https://learn.microsoft.com/en-us/windows-server/identity/ad-ds/manage/forest-recovery-guide/ad-forest-recovery-verify-replication

    hth


  2. Daisy Zhou 19,586 Reputation points Microsoft Vendor
    2024-05-17T09:05:47.89+00:00

    Hello Jim,

    Thank you for posting in Q&A forum.

    Please ensure AD replication works fine on all the three DCs.

    If AD replication works fine on all the three DCs, you can check if the GUID corresponding to this group policy object is on three DCs or only one DC3.

    User's image

    Please back up three DCs using builtin Windows backup role and back up the SYSVOL folder on all the three DCs, before you perform the action below.

    If it is on only DC3, please check if SYSVOL replication is DFSR replication engine.

    If so, you can try the steps of "How to perform a non-authoritative synchronization of DFSR-replicated sysvol replication (like D2 for FRS)" in the link below.

    If it does not work after you perform the action, please try the steps of "How to perform an authoritative synchronization of DFSR-replicated sysvol replication (like D4 for FRS)" in the link below.

    How to force authoritative and non-authoritative synchronization for DFSR-replicated sysvol replication

    https://learn.microsoft.com/en-us/troubleshoot/windows-server/group-policy/force-authoritative-non-authoritative-synchronization

    I hope the information above is helpful.

    If you have any questions or concerns, please feel free to let us know.

    Best Regards,

    Daisy Zhou

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.