Azure AD Connect with your on-premises Active Directory

Prerequisites

On-Prem AD Requirements

Network Requirements

Server Requirements

Download and Install Azure AD Connect

  1. Go to:
    https://www.microsoft.com/en-us/download/details.aspx?id=47594

  2. Run the installer on your dedicated sync server (recommended, not your DC).

  3. Accept license terms and click Continue.

Choose Installation Type

Select Custom if you need to configure special sign-in (like PTA, federation, etc.).

Select Sign-in Method

Choose one of the following:

Method

Description

Password Hash Synchronization (PHS)

Easiest, hashes stored in Azure AD

Pass-through Authentication (PTA)

Authenticates against on-prem AD in real time

Federation (ADFS)

Uses Active Directory Federation Services for SSO

Seamless SSO

Automatically signs users in when on corporate network

For most setups, use PHS + Seamless SSO.

Connect to Directories

  1. Sign in with your Azure AD Global Admin credentials.

  2. Add your on-premises AD forest and authenticate with a domain admin account.

Azure AD Connect will verify schema and connectivity.

Configure Sync Options

Start Synchronization

  1. Finish the wizard and select Start synchronization process when configuration completes.

  2. Once completed, open Synchronization Service Manager (Start → “Synchronization Service”).

  3. Verify the sync cycles:

You can manually trigger:

Start-ADSyncSyncCycle -PolicyType Delta

Validate Synchronization

Optional Advanced Configurations

Feature

Description

Password Writeback

Allows password resets in Azure to sync back to AD.

Group Filtering

Sync only certain groups.

Staging Mode

Secondary sync server for failover.

Hybrid Azure AD Join

Devices join both on-prem and Azure AD.

Maintenance Commands

View current sync schedule:

Get-ADSyncScheduler

Force full sync:

Start-ADSyncSyncCycle -PolicyType Initial

Check service status:

Get-Service ADSync