How to Install Active Directory Domain Services on Windows Server 2008 R2 Enterprise 64-bit

This article provides prerequisites and steps for installing Active Directory Domain Services (AD DS) on Microsoft Windows Server 2008 R2 Enterprise 64-bit (W2K8).
This article does not provide instructions for adding a Domain Controller (DC) to an already existing Active Directory Forest Infrastructure.

Prepare for Active Directory

Before you install AD DS on a Rackspace Cloud Server running Windows Server 2008 R2 Enterprise 64-bit (W2K8), you must perform the following prerequisite tasks.

Select Domain Name and Password

Select your domain name and know the domain administrator password that you want to use.

Note: Your domain name should be reliably unique.  Do not use the same domain as your website, for example, and avoid extensions like “.local” unless you have registered that domain name in DNS.  We suggest a domain name that is not used for anything else, like “internal.example.com”.

Specify the Preferred DNS Server

Windows Server 2008 can properly install and configure DNS during the AD DS installation if it knows that the DNS is local. You can accomplish this by having the private network adapter’s preferred DNS server address point to the already assigned IP address of the same private network adapter, as follows:

  • From the Windows Start menu, open Administrative Tools > Server Manager.
  • In the Server Summary section of the Server Manager window, click View Network Connections.
  • In the Network Connections window, right-click the private adapter and select Properties.
  • Select Internet Protocol Version 4, and then click Properties.
  • Copy the IP address that is displayed in the IP address box and paste it into the Preferred DNS server Then, click OK.
  • Click OKin the Properties dialog box, and close the Network Connections window.

Note: The last step for prepping W2K8 for AD is adding the proper Server Role. The “Active Directory Domain Services” Role will be added. This only installs the framework for W2K8 to become a DC and run AD. It does not promote the server to DC or install AD.

Add the Active Directory Domain Services Role

Adding the Active Directory Domain Services role installs the framework for Windows Server 2008 to become a DC and run AD DS. It does not promote the server to a DC or install AD DS.

  • In the Server Manager window, open the Roles directory and in the Roles Summary section, click Add Roles.
  • On the Before You Begin page of the Add Roles Wizard, click Next.
  • On the Select Server Roles page, select the Active Directory Domain Services check box, and then click Next on this page and on the Confirmation page.
  • On the Installation Progress page, click Install.
  • On the Results page, after the role is successfully added, click Close.

Enable the Remote Registry

  • Open the Server Manager window if it is not already open.
  • In the Properties area of the Local Servers page, click Remote Management.
  • Select the Enable remote management of this server from other computers check box.

Install Active Directory Domain Services (DCPROMO)

Now that you have prepared the server, you can install AD DS.

Tip: As an alternative to performing steps 1 through 3, you can type dcpromo.exe at the command prompt. Then, skip to step 4.

  • If it is not already open, open the Server Manager window.
  • Select Roles > Active Directory Domain
  • In the Summary section,click Run the Active Directory Domain Services Installation Wizard (dcpromo.exe).
  • On the Welcome page of the Active Directory Domain Services Installation Wizard, ensure that the Use advanced mode installation check box is cleared, and then click Next.
  • On the Operating System Capability page, click Next.
  • On the Choose a Deployment Configuration page, select Create a new domain in a new forest and then click Next.
  • On the Name the Forest Root Domain page, enter the domain name that you choose during preparation steps. Then, click Next.
  • After the installation verifies the NetBIOS name, on the Set Forest Functional Level page, select Windows Server 2008 R2 in the Forest function level Then, click Next.
  • On the Additional Domain Controller Options page, ensure that the DNS server check box is selected, and then click Next.
  • In the message dialog box that appears, click Yes.
  • On the Location for Database, Log Files, and SYSVOL page, accept the default values and then click Next
  • On the Directory Services Restore Mode Administrator Password page, enter the domain administrator password that you chose during the preparation steps. This is not your admin password that was emailed to you during the creation of your server, although you can use that password if you want to. Then, click Next.
  • On the Summary page, review your selections and then click Next.
    The installation begins.
  • If you want the server to restart automatically after the installation is completed, select the Reboot on completion check box.
  • If you did not select the Reboot on completion check box, click Finish in the wizard. Then, restart the server.
  • After a few minutes, reconnect to your server by using the Console in your Control Panel or RDP.
  • To log in, perform the following steps:
    Click Switch User, and then click Other User.
    b.  For the user, enter the full domain name that you chose, followed by a back slash and Administrator (for example, Example.com\Administrator).
    c.  Enter the password that was emailed to you when you first built the server. If you changed your password
    for the local admin account to this server before you began the installation of Active Directory Domain Services, use that password.
    d.  Click the log in button.

The installation of Active Directory Domain Services on your server is complete.

 

 

Disclaimer: Many of the articles are taken from MSDN, Azure tutorials and other sources on internet to provide a single place for various information about azure development.No copyright on this information is claimed and the copyright of all information is acrrued to all original authors including MSDN and Microsoft azure training materials.Some of this information shall be outdated or incorrect and the authenticty of the information contained should be verified with changes in azure or your own environment. We do not recommend using any of this information without proper consultation.