• Home
  • IT-Courses
    • Installing and Upgrading Microsoft Window Server
    • Designing Network Infrastructure Window Server
    • Design and Configure Active Directory Window Server
    • Implementing and Administering Active Director
    • Install, Configure and Migrate Domain DNS Services
    • Designing a Secure Microsoft Windows-Based Network
  • Training Videos
  • Forum
  • Career
  • About us
  • Contacts
  • Home
  • IT-Courses
    • Installing and Upgrading Microsoft Window Server
    • Designing Network Infrastructure Window Server
    • Design and Configure Active Directory Window Server
    • Implementing and Administering Active Director
    • Install, Configure and Migrate Domain DNS Services
    • Designing a Secure Microsoft Windows-Based Network
  • Training Videos
  • Forum
  • Career
  • About us
  • Contacts
Log in / Sign in
What are you looking for?
Trending Searches: Javascript Database Photoshop
Popular categories
Uncategorized

Uncategorized

13 products
View all categories
0 0
0 Shopping Cart

No products in the cart.

Return To Shop
Shopping cart (0)
Subtotal: $0.00

View cartCheckout

Module 4: How to Create the Physical Structure of Active Directory in Windows Server 2019/2022

Using the Domain Administrator Account in Microsoft Windows Server

The Domain Administrator account is a built-in, highly privileged user account that has full access to manage all components of an Active Directory domain.

Common Tasks Performed Using the Domain Admin Account:

  1. Create/Manage User Accounts

  2. Configure Group Policies (GPOs)

  3. Add/Remove Domain Controllers

  4. Install Active Directory Roles and Features

  5. Manage DNS, DHCP, and other core services

  6. Access and manage file shares and permissions

  7. Audit logs and event viewer for security tracking

  8. Perform backups and system restores

  9. Delegate permissions and OU administration

  • Active Directory Sites
  • Subnets
  • Well-connected, based on network requirements, speed of links, and traffic load
  • A site may contain multiple subnets
  • A subnet may be associated with one site only
  • Site Membership
  • Default-First-Site-Name
  • Replication Components (Active Directory)

Replication components are the core elements that ensure data synchronization across domain controllers. Key components include:

  • Active Directory Database (NTDS.dit): Stores directory information.

  • Knowledge Consistency Checker (KCC): Builds and maintains replication topology.

  • Replication Topology: Defines how domain controllers communicate.

  • Connection Objects: Logical links between domain controllers for replication.

  • Replication Protocols: Includes RPC over IP and SMTP for transporting data.

Comparing Replication Within a Site and Between Sites
  • Comparing Replication Within a Site and Between Sites
  • Replication Within a Site
  • Change notification
  • Uncompressed traffic
  • Urgent replication
  • Replication Between Sites
  • Replication scheduling
  • Compressed traffic
  • Replication Protocols in Active Directory

Active Directory uses two main protocols to replicate data between domain controllers:

  • Replication Within a Site Uses RPC over IP
  • Replication Between Sites Can Use:
  • RPC over IP
  • SMTP (if the replication occurs between domains)

โœ… 1. RPC over IP (Remote Procedure Call over Internet Protocol)

  • Usage:

    • Primary replication protocol used within a site and between sites.

  • Purpose:

    • Ensures secure, reliable, and fast replication of Active Directory data.

  • Default:

    • Enabled by default for all replication types.

  • Ports Used:

    • TCP 135 (RPC Endpoint Mapper) and a dynamic port range (49152โ€“65535 on newer Windows versions).


โœ… 2. SMTP (Simple Mail Transfer Protocol)

  • Usage:

    • Only used for replicating the Schema and Configuration partitions, not domain data.

    • Only used for inter-site replication when RPC is not available.

  • Limitations:

    • Cannot replicate passwords or domain-specific data.

    • Not used in typical domain controller replication.

  • Linking Multiple Sites in Active Directory

In a multi-site Active Directory (AD) environment, linking multiple sites ensures efficient replication and authentication across geographically dispersed networks.

  • Site Links
  • Cost
  • Interval
  • Schedule

Best Practices

  1. Create a Site Link for each connection (e.g., Site A <–> Site B).

  2. Assign appropriate costs โ€” lower cost = higher preference.

  3. Schedule replication during low-traffic hours.

  4. Use Bridgehead Servers carefully (can be manually set or auto-selected).

  5. Use IP subnets to map computers to correct sites.

Replication Between Sites

Modifying the Physical Structure of Active Directory

The physical structure of Active Directory (AD) reflects the network topology and controls how replication occurs between different locations (sites).


๐Ÿ”ง What Is the Physical Structure?

While the logical structure (domains, OUs, trees) controls how resources are grouped and managed, the physical structure defines how and where data travels within the network. It includes:

  • Sites

  • Subnets

  • Site Links

  • Bridgehead Servers


๐Ÿ”„ Why Modify the Physical Structure?

You may need to modify the physical structure to:

  • Reflect changes in your organization’s physical offices or network layout

  • Improve replication efficiency between geographically dispersed sites

  • Optimize authentication and logon traffic

  • Introduce new datacenters or remove decommissioned ones

Modifying the Physical Structure of Active Directory
  • Creating Subnets
Creating Subnets
  • Moving Server Objects Between Sites in Active Directory

In Active Directory (AD), server objects (particularly domain controllers) are associated with specific sites, which are defined by IP subnets. If a server changes its physical or network location, you may need to manually move the server object to the appropriate site for proper replication and authentication behavior.


Why Move a Server Object?

  • The IP subnet no longer matches the site’s subnet (e.g., after a server relocation)

  • To optimize replication traffic

  • To ensure clients authenticate with the closest domain controller

  • During datacenter migration or AD restructuring


๐Ÿ› ๏ธ How to Move a Server Object Between Sites

๐Ÿ”น Step 1: Open Active Directory Sites and Services

  1. Press Win + R, type dssite.msc, and press Enter.

๐Ÿ”น Step 2: Locate the Current Server Object

  • Navigate through:
    Sites > [Old Site Name] > Servers

  • Find the server (typically a domain controller) you want to move.

๐Ÿ”น Step 3: Move the Server

  • Right-click the server object > Select Move.

  • In the “Move Server” dialog box, choose the target site.

  • Click OK.

๐Ÿ”น Step 4: Update IP Subnet Mapping (if needed)

  • Ensure the new site has an IP subnet matching the serverโ€™s IP.

  • If not, create one:

    1. Right-click Subnets > New Subnet

    2. Enter the server’s network prefix (e.g., 192.168.10.0/24)

    3. Associate it with the new site

Moving Server Objects Between Sites in Active Directory
  • Creating and Configuring Site Links in Active Directory

Site Links in Active Directory (AD) define replication paths between sites. They help control how domain controllers communicate across different geographic or network locations. By default, all sites are connected via the DEFAULTIPSITELINK, but creating custom site links allows for more efficient and controlled replication.

What Are Site Links?

A Site Link:

  • Connects two or more AD sites.

  • Determines the replication schedule, frequency, and cost.

  • Uses IP (or SMTP, rarely used) as the transport protocol.


๐Ÿ› ๏ธ How to Create a Site Link (Step-by-Step)

๐Ÿ”น Step 1: Open Active Directory Sites and Services

  1. Press Win + R โ†’ type dssite.msc โ†’ press Enter.

๐Ÿ”น Step 2: Expand the Inter-Site Transports

  • Expand Sites โ†’ Inter-Site Transports โ†’ Click IP.

๐Ÿ”น Step 3: Create a New Site Link

  1. Right-click on IP โ†’ Select New Site Link.

  2. Give the site link a descriptive name (e.g., SiteLink_NY_London).

  3. Select the sites to connect by holding Ctrl and clicking them.

  4. Click Add to include them in the link.

  5. Click OK.

Creating and Configuring Site Links in Active Directory
  • Creating Site Link Bridges in Active Directory

A Site Link Bridge connects two or more site links to allow transitive replication across multiple Active Directory sitesโ€”even if they are not directly linked. This is useful in complex networks where you want controlled, optimized replication over multiple links.

What is a Site Link Bridge?

  • A Site Link Bridge groups site links so replication can flow indirectly between sites.

  • It enables transitive replication, just like how routing protocols use hops.

  • For example:
    If Site A links to Site B, and Site B links to Site C โ†’ Site A can replicate with Site C via a bridge.


๐Ÿ”ง Default Behavior

By default:

  • “Bridge all site links” option is enabled.

  • This treats all IP-based site links as part of a single bridge (i.e., transitive by default).

  • You only need to create manual site link bridges if:

    • You disable “Bridge all site links”, or

    • You need custom replication routes or strict control over traffic flow.


๐Ÿ› ๏ธ Steps to Create a Site Link Bridge

๐Ÿ”น Step 1: Open Active Directory Sites and Services

  • Win + R โ†’ type dssite.msc โ†’ Enter

๐Ÿ”น Step 2: Disable “Bridge all site links” (if needed)

  1. In the console tree, right-click IP under Inter-Site Transports.

  2. Choose Properties.

  3. Uncheck Bridge all site links.

  4. Click OK.

โš ๏ธ Only disable this if you need manual control. Otherwise, the default is usually fine.

๐Ÿ”น Step 3: Create a Site Link Bridge

  1. Right-click IP โ†’ Click New Site Link Bridge.

  2. Give your bridge a name (e.g., Bridge_EU_Replication).

  3. Select the site links you want to include in this bridge.

  4. Click Add โ†’ then click OK.


Creating Site Link Bridges in Active Directory
  • Creating a Connection Object in Active Directory

A Connection Object in Active Directory defines replication paths between domain controllers (DCs) within or across sites. Normally, these are auto-generated by the Knowledge Consistency Checker (KCC), but in some casesโ€”like troubleshooting or custom replicationโ€”you may want to create them manually.

What is a Connection Object?

  • It tells a destination DC which source DC to replicate from.

  • Used for intrasite and intersite replication.

  • Automatically managed by KCC, but manual creation allows more control.


๐Ÿ› ๏ธ Steps to Manually Create a Connection Object

๐Ÿ”น Step 1: Open Active Directory Sites and Services

  1. Press Win + R โ†’ type dssite.msc โ†’ Enter

  2. In the left pane, expand Sites โ†’ choose the appropriate site

  3. Expand Servers โ†’ select the server where you want to create the connection

๐Ÿ”น Step 2: Select NTDS Settings

  • Under the server, click NTDS Settings

๐Ÿ”น Step 3: Create the Connection

  1. Right-click NTDS Settings โ†’ choose New Active Directory Connection

  2. In the Find Domain Controllers dialog:

    • Choose a source domain controller

  3. Click OK

๐Ÿ”น Step 4: Set Replication Options (Optional)

  • Right-click the new connection โ†’ Properties

  • Set:

    • Replication schedule

    • Transport type (IP/SMTP)


Creating a Connection Object in Active Directory
  • Creating a Global Catalog (GC) Server in Microsoft Windows Server

Why Create a Global Catalog Server?

  • Speeds up logon in multi-domain environments

  • Enables forest-wide searches in Active Directory

  • Supports Universal Group Membership Caching

  • Required for Exchange Server and other directory-aware apps


โœ… Prerequisites

  • The server must already be a Domain Controller

  • Make sure Active Directory Sites and Services is available


๐Ÿ› ๏ธ Steps to Promote a DC to a Global Catalog Server

๐Ÿ“ Step 1: Open AD Sites and Services

  1. Press Win + R, type: dssite.msc โ†’ hit Enter

  2. Navigate to:

    Sites > [Your Site Name] > Servers > [Your Server Name] > NTDS Settings

Step 2: Enable Global Catalog

  1. Right-click on NTDS Settings โ†’ select Properties

  2. Check the box:

    โœ… Global Catalog

  3. Click OK

    ๐Ÿ•’ It may take a few minutes to replicate and update the GC status.


    ๐Ÿ” Verify Global Catalog Status

    ๐Ÿ”ง Using GUI:

    • Reopen the NTDS Settings > Properties

    • Confirm the Global Catalog box is checked

    ๐Ÿ’ป Using Command Line:

    dsquery server -forest | dsget server -isgc

Using Repadmin:

repadmin /showrepl

Using Event Viewer:

  • Look under Directory Service logs for GC-related events

Creating a Global Catalog (GC) Server in Microsoft Windows Server

Monitoring Replication Traffic in Microsoft Windows Server (Active Directory)

Replication traffic refers to the data exchanged between domain controllers to keep Active Directory (AD) information synchronized. Monitoring this traffic is essential for diagnosing delays, bandwidth issues, or replication errors.

Why Monitor Replication Traffic?

  • Detect replication failures or slow synchronization

  • Identify network bottlenecks

  • Ensure site link configurations are effective

  • Verify healthy domain controller communication

Monitoring Replication Traffic in Microsoft Windows Server (Active Directory)
  • Monitoring Replication Traffic with Replication Monitor
Monitoring Replication Traffic with Replication Monitor
Module 3: How to Install Activ...
Setup Manager Wizard
Module 5: How to Administer Active Directory in Windows Server 2019/2022
Module 5: How to Administer Ac...

Add comment Cancel reply

Your email address will not be published. Required fields are marked

Quick Links

    • Career

    • Live Discussion

    • Certification

    • Sitemap

    • Help & Support

ADDITIONAL LINKS

    • About Us

    • Terms & Condition

    • Privacy Policy

    • Forum

    • Contact Us

Categories

    • Phone: (+92) 333-6522806

    • Email: info@skillpointit.com

    • Address: Lahore, Pakistan

    • Email: shahzad@skillpointit.com

Subscribe Now!

get 20% Off on courses collection Now!

Facebook Twitter Whatsapp Youtube Telegram

ยฉ 2024 SkillPoint IT. All rights reserved.