Multi-domain, multi-forest hybrid Azure AD environment using Pass-Through Authentication (PTA), Password Hash Sync (for backup), and Hybrid Azure AD Join.

Feature

Pre-Requisites

Active Directory

Azure AD

Server

Install Azure AD Connect

  1. Download from Microsoft:
    https://aka.ms/aadconnect

  2. Run the installer.

  3. Choose Customize (do not use Express).

Choose Sign-in Method

This combination gives real-time auth but allows cloud fallback if PTA agents are unavailable.

Connect to Azure AD

Connect Your Forest and Domains

Repeat this step for each domain in the forest.

Domain / OU Filtering

Example:

corp.local/
  ├─ Users
  ├─ Groups
  └─ Computers

User & UPN Matching

Password Writeback (requires Azure AD Premium P1 or higher)
Group Writeback if you need M365 Groups back in AD
Device Writeback for Hybrid Join
Exchange Hybrid if using Exchange on-prem
Azure AD app and attribute filtering for advanced mapping

Configure Hybrid Azure AD Join

Option 2: Windows Server 2016 or later (optional)

Complete and Start Synchronization

You can manually trigger:

Start-ADSyncSyncCycle -PolicyType Delta

Validate Setup

Azure AD Portal

Go to
Microsoft Entra Admin Center → Users → All users
→ Confirm users appear with “Synced with Active Directory” source.

Hybrid Join Verification

On a domain-joined computer, run:

dsregcmd /status

Check:

AzureAdJoined : YES
DomainJoined  : YES

Install PTA Agents (for redundancy)

Install additional Pass-Through Authentication Agents on 2–3 domain-joined servers for high availability:

  1. Download agent from https://aka.ms/aadconnectagent.

  2. Sign in with Azure AD Global Admin.

  3. Agent registers automatically and shows as Active in Azure AD Connect Health.

Verify and Test Authentication

Use https://myapps.microsoft.com
→ Log in with on-prem credentials.
If Seamless SSO works, users on corporate network should not need to re-enter passwords.

Task