Problems with SYSVOL replication, GPOs out of sync?

Simon@PMA 1 Reputation point
2022-05-11T15:22:33.1+00:00

Have recently undertaken upgrading all our AD DCs to Windows 2019 as we had a mix of 2012 & 2016.

I started this since we replaced our old file servers (running Server 2008R2!) with Windows 2019 file servers and since doing so the replication between them seemed to not be quite right.

Main issue I have discovered is that in the GPO Console all our DCS are locked into the state "replication in progress".

There are so many articles out there describing how to troubleshoot this that I really have no idea where to start.

Any help that can be offered is most appreciated.

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
Windows for business | Windows Client for IT Pros | User experience | Other
{count} votes

4 answers

Sort by: Most helpful
  1. rr-4098 2,051 Reputation points
    2022-05-11T17:25:08.773+00:00

    Can you please post the results of the following commands: dcdiag /v /e & repadmin /showrepl


  2. Simon@PMA 1 Reputation point
    2022-05-12T09:37:15.64+00:00

    And below is the output from the repadmin /showrepl command:

    Repadmin: running command /showrepl against full DC localhost
    XYZADSite1\PDC-SRV
    DSA Options: IS_GC
    Site Options: (none)
    DSA object GUID: 55fd8035-dd0c-4d90-a193-3857b99cde76
    DSA invocationID: e37f6943-daa3-4eb2-9b0f-2b1f4ead41b9

    ==== INBOUND NEIGHBORS ======================================

    DC=DOMAIN,DC=XYZ,DC=CO,DC=UK
    XYZADSite1\DC02-SRV via RPC
    DSA object GUID: 0b55054b-4dd0-4960-bd33-a52e0c7c8f79
    Last attempt @ 2022-05-12 10:25:40 was successful.
    XYZADSite2\DC03-SRV via RPC
    DSA object GUID: 468379ff-8883-498d-aa4e-84b8ca5dde70
    Last attempt @ 2022-05-12 10:29:09 was successful.
    XYZADSite1\DC01-SRV via RPC
    DSA object GUID: 451b6403-1dad-4c40-86e5-3007eb4f7329
    Last attempt @ 2022-05-12 10:30:39 was successful.

    CN=Configuration,DC=DOMAIN,DC=XYZ,DC=CO,DC=UK
    XYZADSite1\DC02-SRV via RPC
    DSA object GUID: 0b55054b-4dd0-4960-bd33-a52e0c7c8f79
    Last attempt @ 2022-05-12 09:59:11 was successful.
    XYZADSite1\DC01-SRV via RPC
    DSA object GUID: 451b6403-1dad-4c40-86e5-3007eb4f7329
    Last attempt @ 2022-05-12 10:27:27 was successful.
    XYZADSite2\DC03-SRV via RPC
    DSA object GUID: 468379ff-8883-498d-aa4e-84b8ca5dde70
    Last attempt @ 2022-05-12 10:29:09 was successful.

    CN=Schema,CN=Configuration,DC=DOMAIN,DC=XYZ,DC=CO,DC=UK
    XYZADSite1\DC01-SRV via RPC
    DSA object GUID: 451b6403-1dad-4c40-86e5-3007eb4f7329
    Last attempt @ 2022-05-12 09:59:11 was successful.
    XYZADSite1\DC02-SRV via RPC
    DSA object GUID: 0b55054b-4dd0-4960-bd33-a52e0c7c8f79
    Last attempt @ 2022-05-12 09:59:12 was successful.
    XYZADSite2\DC03-SRV via RPC
    DSA object GUID: 468379ff-8883-498d-aa4e-84b8ca5dde70
    Last attempt @ 2022-05-12 10:29:09 was successful.

    DC=DomainDnsZones,DC=DOMAIN,DC=XYZ,DC=CO,DC=UK
    XYZADSite1\DC01-SRV via RPC
    DSA object GUID: 451b6403-1dad-4c40-86e5-3007eb4f7329
    Last attempt @ 2022-05-12 09:59:44 was successful.
    XYZADSite1\DC02-SRV via RPC
    DSA object GUID: 0b55054b-4dd0-4960-bd33-a52e0c7c8f79
    Last attempt @ 2022-05-12 09:59:47 was successful.
    XYZADSite2\DC03-SRV via RPC
    DSA object GUID: 468379ff-8883-498d-aa4e-84b8ca5dde70
    Last attempt @ 2022-05-12 10:29:09 was successful.

    DC=ForestDnsZones,DC=DOMAIN,DC=XYZ,DC=CO,DC=UK
    XYZADSite1\DC01-SRV via RPC
    DSA object GUID: 451b6403-1dad-4c40-86e5-3007eb4f7329
    Last attempt @ 2022-05-12 09:59:12 was successful.
    XYZADSite1\DC02-SRV via RPC
    DSA object GUID: 0b55054b-4dd0-4960-bd33-a52e0c7c8f79
    Last attempt @ 2022-05-12 09:59:12 was successful.
    XYZADSite2\DC03-SRV via RPC
    DSA object GUID: 468379ff-8883-498d-aa4e-84b8ca5dde70
    Last attempt @ 2022-05-12 10:29:09 was successful.

    0 comments No comments

  3. Gary Reynolds 9,621 Reputation points
    2022-05-12T09:58:03.503+00:00

    Hi @Simon@PMA

    You can use the test below to confirm the extent of the issues with sysvol\GPO replication.

    https://nettools.net/how-to-test-gpos-as-gpotool-is-no-longer-available/

    You can then check the status of the sysvol share with the following article:

    https://learn.microsoft.com/en-us/troubleshoot/windows-server/networking/troubleshoot-missing-sysvol-and-netlogon-shares

    Sorry I didn't see you attachments, DC03-SRV is having issues talking to PDC-SRV and DC02-SRV, I would check if the other DCs are having the same issue, to confirm if the connectivity issues is just limited to DC03-SRV or other DCs are having problem. If all the DCs are all having the issue, I would try restarting the DFS services on DC02-SRV and PDC-SRV to see if this fixes it.

    Gary.


  4. rr-4098 2,051 Reputation points
    2022-05-12T16:47:07.673+00:00

    Can you post the results of the Dcdiag.. Also are you seeing any errors in the event logs. Please see the following article as well on manually checking the health of GPO's... https://www.windowstechno.com/group-policy-health-check-on-specific-domain-controller/

    0 comments No comments

Your answer

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