Quantcast
Channel: .Net Scraps - Server Manager
Viewing all articles
Browse latest Browse all 4

Step-by-Step: Centrally Deploy Additional Domain Controller in Windows Server 2012 using Server Manager

$
0
0

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-DCExisting Domain Controller192.168.1.1
WIN-DC1A new Domain Controller that will be added using Server Manager192.168.1.12


Step 1: Add the servers in Server Manager

  1. Open Server Manager
  2. Click All Servers
  3. Click Manage–> Add Servers


    image

  4. In Add Servers–> select Active Directory
  5. Make sure domain is selected under Location:
  6. Under Name (CN): type WIN-DC1, and click the right arrow in the center
  7. Click OK


    image

  8. The server is now listed in the SERVERS list


    image 

Step 2: Install Active Directory Domain Services using Server Manager



  1. In Server Manager–> All Servers
  2. Right click on WIN-DC1, click Add Roles and Features


    image

  3. In the Add Roles and Features Wizard–> click Next


    image

  4. Select installation type, Role-based or feature-based installation
  5. Click Next


    image

  6. Under Select destination server, click Select a server from the server pool
  7. Click on WIN-DC1
  8. Click Next


    image

  9. Under Select server roles, click Active Directory Domain Services
  10. This will bring the Add features that are required for AD DS appears, click Add Features
  11. Click Next


    image

  12. Under Select features, click Next twice
  13. Under Confirm installation selections, click Install


    image

  14. Under the Results page, check that this step has just installed Active Directory Domain Services components. The server has to be promoted separately.


    image

Step 3: Promote the server to domain controller


  1. Click on the Promote this server to a domain controller as per the screenshot above
  2. This launches the Active Directory Domain Services Configuration Wizard
  3. Select the Add a domain controller to an existing domain
  4. Click Change…


    image

  5. 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.

  6. 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.


    image

  7. Under DNS Options, since I haven’t configured DNS delegation we see the warning message
  8. Click Next


    image

  9. 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
  10. Click Next


    image

  11. Under Paths, I am selecting the default options
  12. Click Next

    NOTE: I would suggest you specify a different partition in Production as the log files can grow large.


    image

  13. 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
  14. Click Next


    image

  15. The Prerequisites Check is successful. Click Install


    image


    The installation is now complete

Step 4: Verify that the server is now domain controller


  1. In the Server Manager–> All Servers
  2. Right click on WIN-DC1


    image

  3. You see all Active Directory Domain Services components installed
  4. Open Active Directory Sites and Services from the Start screen
  5. Expand Active Directory Sites and Services–> Sites–> Default-First-Site-Name–> Servers. You see WIN-DC1 as GC in the dotnetscraps.com domain


    image

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




Viewing all articles
Browse latest Browse all 4

Trending Articles