Using the following steps, we can install the new domain controller and migrate FSMO roles to it:
- Log in to the server as a member of the local administrator's group.
- Add the server to the existing domain as a member.
- Log in to the domain controller as an Enterprise Admin.
- Verify the static IP address' allocation by using ipconfig /all.
- Launch the PowerShell console as an administrator.
- Before the configuration process, we need to install the AD DS role in the given server. In order to do that, we can use the following command:
Install-WindowsFeature -Name AD-Domain-Services -IncludeManagementTools
- Configure the new server as an additional domain controller (these steps were covered under Setting up an additional domain ...