Overview:
This walk through will step you through adding a secondary domain controller to your server infrastructure. At the end, I show steps for moving Master Roles over to this new Domain Controller. It is recommended that you split the roles between two servers. From my research, I like to keep the RID, PDC and Infrastructure Master Roles on the Primary Domain Controller, and move the Domain Naming and Schema Master Roles to the Secondary Domain Controller. The command at the bottom does just that. Feel free to change the roles based on your own research.
Prerequisites:
Existing functional Domain on your Network.
Newly installed Server running Windows Server 2016
Static IP address configured on the server
Join the New Secondary Domain Controller to your existing domain.
Installing the Active Directory Domain Services Role:
- Launch “Server Manager”.
- In the top right, click Manage and then select “Add Roles and Features”.
- Click “Next” on the Before you begin page.
- Click “Next” on the Select installation type page.
- Make sure the correct server is selected and click “Next”.
- Check the box next to “Active Directory Domain Services”.
- When prompted to add features that are required, click “Add Features”.
- Click “Next”.
- Click “Next” on the Select features page.
- Click “Next” on the Active Directory Domain Services page.
- Check the box next to “Restart the destination server automatically if required”.
- Click “Install”.
- Wait for it to finish the installation.
- Once Finished, click “Close”.
Promoting the server to a Domain Controller:
- Back on the Server Manager, click on the notifications icon in the top right.
- Click on “Promote this server to a domain controller”.
- Check the bubble next to “Add a domain controller to an existing domain”.
- Make sure your domain is entered correctly in the Domain field.
- Change the credentials to a user that is a Domain Administrator.
- Leave the defaults checked for DNS and GC. If this is going to be a Read Only Domain Controller, check the box next to “Read Only Domain Controller (RODC)”.
- Enter a password for the Directory Services Restore Mode.
- Click “Next” to continue.
- On the DNS options page, you will probably get an error saying “A delegation for this DNS server cannot be created because the authoritative parent zone cannot be found”. This is ok, click “Next” to continue.
- On the “Additional Options” page, click “Next” to continue.
- On the “Paths” page, leave defaults and click “Next”.
- On the “Preparation Options” page, change the user to your Domain Administrator account.
- Click “Next” to continue.
- On the “Review Options” page, click “Next”.
- On the “Prerequisites Check” page, make sure you get a green check that everything is ok. If there are errors preventing you from installing, correct the errors and run the check again.
- Click “Install”.
- Wait for the server to finish installing. It should restart when finished.
- Login to the Domain Administrator Account.
- Launch the Server Manager and verify that the “AD DS and DNS” Roles are working correctly.
Moving Master Roles to the New Domain Controller:
- Launch the Server Manager.
- In the top right, click “Tools” and then select “Active Directory Module for Windows PowerShell”.
- Enter and run the following command:
Move-ADDirectoryServerOperationMasterRole -Identity “(Server Name)” -OperationMasterRole 3,4
- Enter “Y” to move the two Roles.
- Enter and run the following command to verify that the DomainNamingMaster and SchemaMaster Roles were moved successfully:
Get-ADForest