Active Directory How-To pages

Active Directory Auditing Tool

Monitor all domain controller activities like logon/logoff, GPO changes, user management activities
and more across the entire domain.

Get Your Free Trial Free, fully functional 30-day trial
Active Directory Auditing Tool

The Who, Where and When information is very important for an administrator to have complete knowledge of all activities that occur on their Active Directory. This helps them identify any desired / undesired activity happening. ADAudit Plus assists an administrator with this information in the form of reports. In real-time, ensure critical resources in the network like the Domain Controllers are audited, monitored and reported with the entire information on AD objects - Users, Groups, GPO, Computer, OU, DNS, AD Schema and Configuration changes with 200+ detailed event specific GUI reports and email alerts.

Monitor all domain controller activities like logon/logoff, GPO changes, user management activities
and more across the entire domain.

Account Management » Active Directory How-To pages

How to setup a domain controller?

As the domain controller is vital for the functioning of Active Directory, configuration should be done carefully to avoid any errors. Follow the steps below to make sure your domain controller is set up perfectly.

Before you begin, ensure you assign static IP address to your Domain Controller to help Active Directory objects locate the Domain Controller easily.

Step 1: Install Active Directory Domain Services (ADDS)

  1. Log into your Active Directory Server with administrative credentials.
  2. Open Server Manager → Roles Summary → Add roles and features

    how-to-setup-a-domain-controller

  3. The "Before you begin" screen, which pops up next, is purely for an informational purpose. You may read through it and click "next".
  4. Select the installation type. If you're going to deploy your DC in a virtual machine, choose Remote Desktop Services installation. Else, choose Role-based or Feature-based installation.

    how-to-setup-a-domain-controller-2

  5. Now, select the destination server on which the role will be installed. Make sure the IP address points to the selected server. Else, close the server manager and retry.

    how-to-setup-a-domain-controller-3

  6. Select the roles you want to install on this server. The basic requirements to promote this server into a domain controller is Active Directory Domain Services.

    how-to-setup-a-domain-controller-4

  7. The basic features required for proper functioning of this role are selected by default. Click next to install them.

    how-to-setup-a-domain-controller-5

  8. Confirm your installation selections. It is recommended to select the "Restart the destination server automatically if required" button. Select "Install" and once installation is complete, close the window.

    how-to-setup-a-domain-controller-6

Step 2: Promote the server into a domain controller

  1. Once the ADDS role is installed in this server, you will see a notification flag next to the Manage menu. Select "Promote this server into a domain controller"
  2. Select “Add a new forest” and enter Root domain name. This domain name will also be the forest name.

    how-to-setup-a-domain-controller-7

  3. Select a forest functional level and a domain functional level of your choice. Ensure that the domain functional level is equal to or higher than the forest functional leave.
    Since this is the first domain controller, it automatically becomes the DNS server and also the Global Catalog (GC).
    Enter a unique Active Directory Restore Mode password used to retrieve Active Directory data.
  4. Since a DNS Server is being configured as part of our efforts, you’ll be warned that a delegation for this DNS server cannot be created. This can be safely ignored.

    how-to-setup-a-domain-controller-8

  5. Enter a NetBIOS name for your domain. It is preferable to match the NetBIOS name with the root domain name. For more information on NetBIOS name restrictions, see
    https://support.microsoft.com/en-us/kb/909264

    how-to-setup-a-domain-controller-9

  6. Select the folder where your database, log files, and SYSVOL will be stored. It is recommended to stick to the default settings.

    how-to-setup-a-domain-controller-10

  7. Review your options and click Next. A prerequisites check will be done by Active Directory. Once it is completed, click Install.

    how-to-setup-a-domain-controller-11

  8. Your system will be rebooted automatically for the changes to take effect. Verify the health of the domain controller by running the command dcdiag /v from the command line.