I am preparing for Exam 70-410, Installing and Configuring Windows Server 2012 certification and I am learning through the “Early Experts” Peer Study Group. This series of blogs will be my quest to learn and share my knowledge with everybody.
I would be making mistakes when writing this series and I would appreciate your help in correcting me by your comments and emails.
Lets get started, we will start with configuring Active Directory Domain Controller from an existing Domain Controller. We will explore both the methods using Server Manager and using PowerShell.
Setup:
Machine Name | Role | IP Address |
WIN-DC | Existing Domain Controller | 192.168.1.1 |
WIN-DC1 | A new Domain Controller that will be added using Server Manager | 192.168.1.12 |
Step 1: Add the servers in Server Manager
- Open Server Manager
- Click All Servers
- Click Manage–> Add Servers
- In Add Servers–> select Active Directory
- Make sure domain is selected under Location:
- Under Name (CN): type WIN-DC1, and click the right arrow in the center
- Click OK
- The server is now listed in the SERVERS list
Step 2: Install Active Directory Domain Services using Server Manager
- In Server Manager–> All Servers
- Right click on WIN-DC1, click Add Roles and Features
- In the Add Roles and Features Wizard–> click Next
- Select installation type, Role-based or feature-based installation
- Click Next
- Under Select destination server, click Select a server from the server pool
- Click on WIN-DC1
- Click Next
- Under Select server roles, click Active Directory Domain Services
- This will bring the Add features that are required for AD DS appears, click Add Features
- Click Next
- Under Select features, click Next twice
- Under Confirm installation selections, click Install
- Under the Results page, check that this step has just installed Active Directory Domain Services components. The server has to be promoted separately.
- Click on the Promote this server to a domain controller as per the screenshot above
- This launches the Active Directory Domain Services Configuration Wizard
- Select the Add a domain controller to an existing domain
- Click Change…
- Enter the credentials of a Domain Admin account and click Next
NOTE: You need to enter the credentials because we are doing a remote installation. During local installation on a server that is domain joined the credentials appear automatically. - Under Domain Controller Options, enter the Directory Services Restore Mode (DSRM) password
NOTE: We are selecting all default options right now as we will explore the other options in the later part. - Under DNS Options, since I haven’t configured DNS delegation we see the warning message
- Click Next
- Under Additional Options, since I have only one Domain Controller I will select Any domain controller else you could have selected any other domain controller
- Click Next
- Under Paths, I am selecting the default options
- Click Next
NOTE: I would suggest you specify a different partition in Production as the log files can grow large. - Under Review Options, click View Scripts
Save the Notepad content as InstallDC.txt as we will use the same to install a domain controller using PowerShell - Click Next
- The Prerequisites Check is successful. Click Install
The installation is now complete
- In the Server Manager–> All Servers
- Right click on WIN-DC1
- You see all Active Directory Domain Services components installed
- Open Active Directory Sites and Services from the Start screen
- Expand Active Directory Sites and Services–> Sites–> Default-First-Site-Name–> Servers. You see WIN-DC1 as GC in the dotnetscraps.com domain
Done
Coming up.. we will remotely configure Active Directory Domain Controller using PowerShell
Hope this helps,
Vivek Kumbhar
Quote of the day:
Writing is the only profession where no one considers you ridiculous if you earn no money. - Jules Renard