In this guide I’ll be presuming you’ve got a fresh Server 2016 install, have a Static IP and have added it to the domain. If you’ve added your Server to Server Manager, you will be able to do all of this remotely by going All Servers, Right click on your server and go Add Roles and Features.
Additional Domain Controllers Setup
On the Server you want to add, open Server Manager and click on Add roles and features.

- Click Next until you’re on Server Roles and tick Active Directory Domain Services
- Click Add Features on the box that pops up
- Now, Click Next until you’re on the Confirmation page then click Install.
- After it’s complete, click on Promote this server to a domain controller.

The Active Directory Domain Services Configuration Wizard will pop up, follow these steps.
- Make sure Add a domain controller to an existing domain is checked and that the domain name is correct. Click Next.
- Type in your DSRM password and click Next.
- Ignore the DNS Delegation Warning, click Next until you’re on the Prerequisites Check page and then click Install.
The server will restart after a minute and you’ll have a second
Domain Controller now up and running. You can shut down your old Domain
Controller and try to log in to a client computer to test if the new
Domain Controller is working (Remember, DHCP is still only running on
the old Domain Controller).
Active Directory has 3 replication models:
- Within a site (Intrasite) the domain controllers use Change
Notification to alert adjacent dc’s of changes made in AD. By default,
after 15 seconds the first replication partner is notified and 3 more
seconds to each subsequent replication partner.
- Between sites (Intersite) Change Notification is not used.
Replication only happens on a schedule with every 15 minutes as the
shortest configurable interval.
- Account lockout, changes to password policy, DC password changes and
a few other situations trigger urgent replication which happens as
quickly as the domain controllers are able and bypasses all other
replication interval.
The intersite replication can however be configured to use Change
Notification and this will bypass the replication schedule of the site
link and replication will occur as if the domain controllers were in the
same site. This does of course increase the traffic of you WAN link so
make sure you have the bandwidth and latency to handle it.
The procedure is slightly different for automatically and manually changed sitelinks
For automatically created sitelinks:
- Open ADSIEDIT
- Connect to Configuration Naming Context
- Expand Sites –> Intersite Transport –> IP
- Right-click the relevant sitelink and select properties
- Change the value of “options” to 1

For manually created sitelinks:
- Open ADSIEDIT
- Connect to Configuration Naming Context
- Expand Sites –> (The site name) –> Servers –> (Servername) –> NTDS Settings
- Right-click the relevant sitelink and select properties
- Change the value of “options” to 8
- Repeat for every manually configured sitelink (if desired)

That’s all there is to it. Changes in AD will now flow as if the domain controllers are within the same site.