Engaging Introduction
If you manage computers in a business network, Active Directory (AD) is one of the most important services you can deploy on Windows Server. It allows administrators to centrally manage users, computers, security policies, and access permissions across an entire organization.

For IT professionals in the United States and enterprise environments, installing Active Directory Domain Services (AD DS) on Windows Server 2019 is often the first step when building a secure domain network.
In this guide, you’ll learn how to install Active Directory on Windows Server 2019 step by step, including preparing the server, installing the AD DS role, and promoting the server to a domain controller.
Whether you’re setting up a new domain environment or upgrading your infrastructure, this tutorial will walk you through the process clearly and safely.
Quick Answer (Featured Snippet)
To install Active Directory on Windows Server 2019:
- Open Server Manager.
- Click Add Roles and Features.
- Select Active Directory Domain Services (AD DS).
- Complete the installation wizard.
- Click Promote this server to a domain controller.
- Configure the new forest or domain.
- Set the Directory Services Restore Mode (DSRM) password.
- Complete the configuration and restart the server.
After the restart, your Windows Server becomes a Domain Controller with Active Directory installed.
Table of Contents
- What is Active Directory?
- Requirements Before Installing AD DS
- How to Install Active Directory on Windows Server 2019
- Promoting the Server to Domain Controller
- Common Errors and Fixes
- Best Practices for Active Directory Deployment
- Conclusion
- FAQs
What is Active Directory?
Active Directory Domain Services (AD DS) is Microsoft’s directory service used for managing network resources in a centralized environment.
It allows administrators to:
- Manage users and computers
- Apply group policies
- Control security permissions
- Authenticate users across the network
Once Active Directory is installed, the server becomes a Domain Controller (DC) that handles authentication and directory services.
Organizations also use AD for security hardening, encryption standards, and protocols like TLS. If you’re configuring secure protocols on servers, you may also want to review how to enable modern encryption in Windows environments, such as this guide on https://multicaretechnical.com/how-to-enable-tls-1-2-on-windows-server-2012-step-by-step-guide.
Similarly, understanding Windows Server cipher suites is essential for securing authentication communication in domain environments. This detailed guide explains it well:
https://multicaretechnical.com/windows-server-cipher-suites-explained-how-to-check-them-in-2008-2012-r2-2019
Requirements Before Installing Active Directory
Before installing Active Directory, make sure your server meets the following requirements.
1. Windows Server 2019 Installed
Your server must be running Windows Server 2019 Standard or Datacenter edition.
2. Static IP Address
A Domain Controller should always have a static IP address.
To check:
Control Panel → Network Settings → IPv4
3. Administrator Access
You must log in using an administrator account.
4. Updated Server
Install the latest updates before deploying AD.
If you’re upgrading infrastructure from older servers, this guide may help:
https://multicaretechnical.com/how-to-upgrade-windows-server-2012-r2-to-2019-step-by-step-guide-for-2026
How to Install Active Directory on Windows Server 2019
Follow the steps below carefully.
Step 1: Open Server Manager
After logging into Windows Server:
- Click Start
- Open Server Manager
Server Manager is the main console used to install roles and features.
Step 2: Launch Add Roles and Features Wizard
- Click Manage
- Select Add Roles and Features
This will open the Add Roles and Features Wizard.
Click Next to continue.
Step 3: Select Installation Type
Choose:
Role-based or feature-based installation
Then click Next.
Step 4: Select the Target Server
Choose your server from the Server Pool.
Click Next.
Step 5: Select Active Directory Domain Services
From the roles list:
✔ Check Active Directory Domain Services
A popup will appear asking to install required features.
Click:
Add Features
Then click Next.
Step 6: Continue Through Features
You do not need to add additional features for a basic installation.
Click Next.
Step 7: Confirm Installation
Review the installation summary.
Click:
Install
The installation will begin.
This process usually takes 1–3 minutes.
Promoting the Server to Domain Controller
After installing the AD DS role, you must promote the server to a Domain Controller.
Step 8: Promote Server to Domain Controller
In Server Manager, click:
Promote this server to a domain controller
Step 9: Choose Deployment Configuration
You have three options:
- Add a new forest
- Add a new domain
- Add a domain controller to an existing domain
For a new setup, select:
Add a new forest
Enter your Root Domain Name.
Example:
company.local
Click Next.
Step 10: Configure Domain Controller Options
Choose:
- Forest Functional Level
- Domain Functional Level
Recommended:
Windows Server 2016 or 2019
Also enable:
✔ DNS Server
✔ Global Catalog
Then set the DSRM Password.
This password is used for Active Directory recovery mode.
Click Next.
Step 11: DNS Configuration
You may see a warning:
A delegation for this DNS server cannot be created
This is normal in a new forest.
Click Next.
Step 12: NetBIOS Name
The wizard automatically generates a NetBIOS domain name.
Example:
COMPANY
Click Next.
Step 13: Review Paths
Default paths are:
Database Folder
Log Files
SYSVOL
Leave them as default unless you have a custom storage configuration.
Click Next.
Step 14: Install Active Directory
Review the settings.
Click:
Install
The server will automatically restart.
After reboot, your server becomes a Domain Controller.
Common Errors and Fixes
Error 1: Static IP Not Configured
Active Directory requires a static IP.
Fix:
Set IPv4 address manually
Error 2: DNS Installation Failure
Sometimes DNS does not install properly.
Fix:
Reinstall the DNS Server role.
Error 3: Forest Functional Level Issue
Older domain controllers may cause compatibility issues.
Fix:
Upgrade legacy servers before deployment.
Best Practices for Active Directory Deployment
Follow these best practices to ensure a stable domain environment.
1. Use Multiple Domain Controllers
For redundancy, always deploy at least two DCs.
2. Regular Backups
Back up:
- System State
- Active Directory database
3. Secure Domain Controllers
Disable unnecessary services and update regularly.
4. Use Strong Password Policies
Apply Group Policy to enforce password rules.
5. Monitor Security Protocols
Ensure modern encryption protocols like TLS 1.2 are enabled and older protocols are disabled.
Conclusion
Installing Active Directory on Windows Server 2019 is a crucial step when building a secure enterprise network.
By installing the AD DS role, promoting the server to a Domain Controller, and properly configuring DNS and domain settings, you create a centralized authentication system that simplifies network management.
When deployed correctly, Active Directory allows organizations to manage thousands of users, computers, and security policies efficiently.
For IT professionals and administrators, mastering this setup is essential for maintaining a reliable Windows infrastructure.
FAQs
1. What is Active Directory in Windows Server 2019?
Active Directory is a directory service that allows administrators to manage users, computers, and security policies across a network from a centralized server.
2. Can I install Active Directory without DNS?
No. Active Directory requires DNS to function properly because domain services depend on DNS records for authentication and service discovery.
3. How long does it take to install Active Directory?
Installing the AD DS role usually takes 2–5 minutes, while promoting the server to a Domain Controller may take 5–10 minutes including the reboot.
4. Can Windows Server 2019 join an existing domain?
Yes. During the promotion process you can choose Add a domain controller to an existing domain.
5. Is Active Directory still used in modern IT environments?
Yes. Active Directory remains widely used in enterprise networks, hybrid cloud infrastructures, and environments integrated with Azure Active Directory.