How to Configure a Windows Server as an Additional DC

Photo of author

By Victor Ashiedu

Published

After creating a new Windows Active Directory domain, it is recommended to add more Domain Controllers. Read this guide to learn how to do that.

In this guide, I will be joining a Windows Server 2019 Server in my home lab’s Active Directory domain.

Step 1: Install AD DS and DNS Roles

To install the Active Directory Domain Service and DNS roles on the server, run this command.

Install-WindowsFeature -Name AD-Domain-Services, DNS -IncludeManagementTools -IncludeAllSubFeature

Step 2: Configure the Server’s DNS Address

Before promoting the server as an additional domain controller, you must change its DNS server to point to the IP of the existing DC. To do that:

  1. Click the Local Server node in Server Manager. Then, click the Server’s IP address to load the Network Connections settings.
Click the Local Server node in Server Manager. Then, click the Server's IP address to load the
  1. Then, double-click the net adapter, and use the numbering in my screenshot below to update the server’s TCP/IPv4 DNS address.
Then, double-click the net adapter, and use the numbering in my screenshot below to update the server's TCP/IPv4 DNS address.

After changing the Server’s DNS address, join the server to the domain or modify its Primary DNS suffix.

After changing the Server's DNS address, join the server to the domain or modify its Primary DNS suffix.

Step 3: Promote the Server to a DC

  1. Open Server Manager, then, click the post-role installation task icon and select Promote this server to a domain controller.
Open Server Manager, then, click the post-role installation task icon and select Promote this server to a domain controller.
  1. On the first page of the wizard, select the “Add a Domain Controller to an existing domain” option, then, enter the FQDN of the domain.

After that, click the Change button next to Supply the credentials to perform this operation. Then, provide the username and password for an account in the domain with permission to add a new DC.

Then, provide the username and password for an account in the domain with permission to add a new DC.
  1. Back to the Deployment Configuration page, click Next.
  1. On the next page, select the AD site to add the new DC, enter the Directory Services Restore Mode password for the DC, and click Next.

On the DNS Options page, ignore the warning and proceed.

On the next page, select the AD site to add the new DC, enter the Directory Services Restore Mode password for the DC, and click Next.
  1. Then, on the Replication page, select a DC from the drop-down and proceed to the next page.
Then, on the Replication page, select a DC from the drop-down and proceed to the next page.
  1. Accept the default location for the Database, Log files, and SYSVOL folders. After that, review your settings, wait for the wizard to run prerequisite tests, then click Install to promote the server to a DC.

Conclusion

I have shown how to promote a Server as an Additional Domain Controller in a domain in this guide. I hope you found the guide easy to read and helpful.

Let me know your thoughts by responding to the “Was this page helpful?” feedback request below.

About the Author

Photo of author

Victor Ashiedu

Victor is the founder of InfoPress Media, publishers of Ilifeguides and Itechguides. With 20+ years of experience in IT infrastructure, his expertise spans Windows, Linux, and DevOps. Explore his contributions on Itechguides.com for insightful how-to guides and product reviews.

Related Articles

Get in Touch

We're committed to writing accurate content that informs and educates. To learn more, read our Content Writing Policy, Content Review Policy, Anti-plagiarism Policy, and About Us.

However, if this content does not meet your expectations, kindly reach out to us through one of the following means:

  1. Respond to "Was this page helpful?" above
  2. Leave a comment with the "Leave a Comment" form below
  3. Email us at [email protected] or via the Contact Us page.

Leave a comment