Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

How to create a two-way Active Directory Trust

Posted on 30/12/202524/06/2026 Link State By Link State No Comments on How to create a two-way Active Directory Trust
  1. Home
  2. Windows Server
  3. How to create a two-way Active Directory Trust
create a two-way Active Directory Trust

In this guide, we shall discuss how to create a two-way Active Directory Trust. A two-way trust will be created between these domains. This means that the two domains will be able to share their resources with each other. Please, see [AZURE] MSSQL Creating a new Azure SQL Database (PaaS), [AZURE] Restore MSSQL Server on Azure Virtual Machines Using Azure Backup, and MSSQL Server Error 833: A Synthesis of Real-World Case Studies.

Active Directory Trust Port Prerequisites

Network connectivity must be ensured between the domain controllers of all involved domains. In addition, servers and other resources in the Resource domain must be able to communicate with the domain controllers in the Accounts domain.

DNS name resolution must be configured so that domain controllers in each domain can resolve DNS records for the other domain’s Active Directory environment.

  • An account that is a member of the Domain Admins group is required in each domain to create and complete a two-way trust.
  • Alternatively, an account that is a member of Enterprise Admins (if the domains are in the same forest) has the necessary privileges across all domains in the forest.
  • If the domains belong to different forests, credentials with Domain Admin privileges are still required in both forests to create and confirm the trust on each side.
image003

Relevant operational notes:

  • A two-way trust requires the creation and confirmation of the trust on both domains.
  • Standard user accounts (Domain Users) are not sufficient.
  • Custom delegation is theoretically possible. But not recommended and is rarely used in production environments due to increased complexity and operational risk.

In conclusion, the minimum and recommended requirement is Domain Admin privileges on both domains (or Enterprise Admin where applicable).

image002
Contoso.localfabrikam.local
Nome server ADfab-dc01 – fab-dc02fab-dc01 – fab-dc02
Nome NetBIOS AD SERVERcontosofabrikam
IP Address10.0.0.1 – 10.0.0.210.223.10.14 – 10.223.10.15
O.S.Windows Server 2019Windows Server 2019
Server DNScont-dc01 – cont-dc02fab-dc01 – fab-dc02
IP DNS10.223.0.1 – 10.223.0.210.223.10.14 – 10.223.10.15

To begin, we should configure the DNS to allow each respective domain to resolve the other.

Please, see Pull and Push Commvault Images to Azure Container Registry, [AZURE] Security Service Edge (SSE) and Microsoft Entra ID, and how to Install SQL Server Always On & Configure Veeam Plug‑in for SQL.

Create DNS Conditional forwarders

To do this, we need to create a conditional forwarding server so that contoso.local can resolve dogcorp.local and vice versa. Now we will configure fabrikam.local.

Create DNS Conditional forwarder on contoso.local Domain

image005

Verify DNS connectivity

image007-min

Check dns resolution

image008-min

Perform the same configuration on the fabrikam.local domain by creating the DNS conditional forwarder for the contoso.local domain.

Please, see “The security database on the server does not have a computer account for this workstation trust relation [Part 1]“, Active Directory Forest – Trees and Domain and Sites, and “There was an error opening the Trusted Platform Module snap-in: You do not have permission to open the Trusted Platform Module Console“.

Two-Way trust creation

Please, follow the steps below to create a two way trust.

image010-min

Select “Forest trust”

image012-min

Please, select “Two-way”

image013-min

Here, select “Both this domain and the specified domain”

image014-min

Use a dedicated domain account for both forests

image016-min

Select “Forest-wide authentication”

image018-min

Trust selections complete

image022-min
image023-min
This domain: contoso.local
Specified domain: fabikam.local
Direction:
Two-way: Users in the local domain can authenticate in the specified domain and users in the specified domain can authenticate in the local domain.
Trust type: Forest trust
Transitive: Yes
Outgoing trust authentication level: Forest-wide authentication in local and specified forests.
Sides of trust: Create the trust for both this domain and the specified domain.

If the trust wizard fails, the DNS conditional forwarder for the source domain (contosol.local) has probably not been created in the target domain (fabrikam.local)

image024-min

Once the wizard has been successfully completed, you can perform a check.

Validate Domains trusted by this domain (Outgoing trusts)

Click to validate

image028-min

Click Yes

image026-min

Validate Domains trusted by this domain (Incoming trusts)

image030-min

Validate

image032-min

Click on Yes to proceed

image034-min

Recap trust

image035-min

Please, see “Enter connection information for your on-premise directory or forests: Azure AD connect unable to connect directory, forest not available, and how to Specify user account name when adding a DC to an existing Forest“.

Trust verification via ADUC from both forests

Change domain

image037-min

Selecet contoso.local

image039-min

If you can access the forest browser, the trust is working correctly.

image041-min

I hope you found this guide on how to create a two-way Active Directory Trust very useful. Please, feel free to leave a comment below.

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
Windows Server Tags:Active Directory, Active Directory Domain Services, Active Directory Trust, Two-way Active Directory Trust

Post navigation

Previous Post: How to create a new Azure SQL Database [PaaS]
Next Post: Upgrade PowerShell Core Windows or Mac and Linux System

Related Posts

  • SysInternals
    How to use the Process Explorer from SysInternals Tools Windows Server
  • disable automatic updates in Windows
    How to disable automatic Windows updates via Windows Settings Windows
  • Screenshot 2020 05 19 at 18.54.21
    Unable to find File Explorer in the Group Policy Editor when resolving the security tab missing under properties Windows Server
  • 10.0.17763.1 error
    Fix Windows 10 Setup 1809 build 10.0.17763.1 is not supported Error Windows Server
  • install ssl certificate
    Configure SSL connection for WSUS Upstream and Downstream Servers Windows Server
  • screenshot 2020 03 31 at 22.22.43
    How to create, edit and delete a scheduled task via the Command Prompt Windows Server

More Related Articles

SysInternals How to use the Process Explorer from SysInternals Tools Windows Server
disable automatic updates in Windows How to disable automatic Windows updates via Windows Settings Windows
Screenshot 2020 05 19 at 18.54.21 Unable to find File Explorer in the Group Policy Editor when resolving the security tab missing under properties Windows Server
10.0.17763.1 error Fix Windows 10 Setup 1809 build 10.0.17763.1 is not supported Error Windows Server
install ssl certificate Configure SSL connection for WSUS Upstream and Downstream Servers Windows Server
screenshot 2020 03 31 at 22.22.43 How to create, edit and delete a scheduled task via the Command Prompt Windows Server

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • Veeam Agent Error Fix
    Fixing AIX Veeam agent job startup delay issue Network | Monitoring
  • Encryption
    How to encrypt Microsoft SQL Server Traffic Oracle/MSSQL/MySQL
  • Local System Account
    How to Run a Program in Windows as the Local System Account Windows
  • qAS
    How to disable the Microsoft Deployment Toolkit Task Sequence property sheet Windows Server
  • MP Tools
    Veles Software: How to install and configure MPA Tools Reviews
  • Feature image .msixbundle
     How to Bundle MSIX Packages Windows
  • hgbv
    Graphical Network Simulator: How to install GNS3 on macOS Network | Monitoring
  • configure kerberos
    Configure Kerberos Delegation in Windows Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,759 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Contact
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon
  • Bsky

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.