Duplicate GPO GUIDs causing inconsistent policy application after merging two domains?

Yumee Lovely 0 Reputation points
2026-07-31T09:48:39.86+00:00

Duplicate GPO GUIDs causing inconsistent policy application after merging two domains?

After merging two domains, we suspect duplicate GPO GUIDs are causing inconsistent policy application. I would like to know if GUID collision is actually possible here, or if this is a different underlying replication issue.

Windows for business | Windows 365 Enterprise
0 comments No comments

1 answer

Sort by: Most helpful
  1. Marcin Policht 103.2K Reputation points MVP Volunteer Moderator
    2026-07-31T11:10:07.4633333+00:00

    That's very unlikely. GPOs are assigned 128-bit globally unique identifiers (GUIDs), and the probability of two different GPOs being created with the same GUID is astronomically small.

    If Group Policy behaves inconsistently after a domain merger, the cause is much more likely to be Active Directory or SYSVOL replication problems, incomplete GPO migration, orphaned links, inconsistent DFS Replication (DFSR) state, or clients contacting different domain controllers that do not yet have the same policy data. DNS issues, site configuration problems, and lingering objects can also produce inconsistent results.

    To troubleshoot, verify that the GPO GUIDs shown in GPMC are consistent across all domain controllers, confirm that the corresponding folders exist under SYSVOL\Policies, and check Active Directory and DFSR replication health using tools such as repadmin /replsummary, repadmin /showrepl, and dfsrdiag ReplicationState. Running gpresult /h on affected clients can also help determine which GPOs are actually being applied and whether clients are reading policy from different domain controllers.


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    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.