TWO separated Domain Controller to One tenant using AD connect

Bekuretsion Gebremichael 0 Reputation points
2025-05-07T10:21:49.91+00:00

Hello Community,

I have been working for weeks to figure this out, but unfortunately, I haven’t been able to make much progress.

My company has two separate Domain Controllers: bek.et and it.et. The bek.et domain is hosted in a partner company’s data center, which means it is separated from ours, including its networking system.

As far as I know, Azure AD Connect only supports syncing two forests to one tenant, but my case is different. So, is it possible to sync these two separate Active Directories using AD connect?

What are the options for having centralized user management, ideally with one tenant for both ADs? if both separate ADs are synced with their own Azure AD tenants (so two tenants).

Is it possible to:

Sync both Azure AD to one tenant?

Or merge the two tenants?

Any recommendations or best practices are appreciated

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Obinna Ejidike 1,985 Reputation points
    2025-05-07T12:28:25.5466667+00:00

    Hi Bekuretsion Gebremichael

    Thanks for using the Q&A platform.

    Yes, you can sync two separate domain controllers to one Azure AD tenant. Azure AD Connect can support multiple forests, so you can install Azure AD Connect on another machine, but it must be in Staging mode. Azure AD Connect cannot be running on 2 servers at the same time.

    Install Azure AD Connect on one server in bek.et and sync to Azure AD tenant contoso.onmicrosoft.com, proceed to Install another instance in it.et, in staging mode, sync to the same Azure AD tenant. Only one instance can perform password hash sync, writeback, etc. at a time. But you can have both sync users into the tenant.

    Another option would be to create a forest trust between bek.et and it.et and deploy a single Azure AD Connect server with a multi-forest configuration.

    Find documentation:https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/how-to-connect-sync-staging-server#staging-mode

    https://learn.microsoft.com/en-us/entra/identity/hybrid/connect/plan-connect-topologies#multiple-forests-single-azure-ad-tenant

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Obinna


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.