Skip to main content
  • Place orders quickly and easily
  • View orders and track your shipping status
  • Enjoy members-only rewards and discounts
  • Create and access a list of your products
  • Manage your Dell EMC sites, products, and product-level contacts using Company Administration.

Installing Active Directory Domain Services and promoting the server to a domain controller

Summary: This article provides information on installing Active Directory Domain Services using Windows PowerShell and promoting a Windows Server Core server to a domain controller.

This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.

Article Content


Instructions

Install Active Directory Domain Services using Windows PowerShell in Windows Server Core.
 

  1. Type Start PowerShell and press Enter within the Command Prompt window to open a new Windows PowerShell console window.

    HOW10253_en_US__1start ps

  2. Type Add-WindowsFeature AD-Domain-Services and press Enter to install Active Directory Domain Services.

    HOW10253_en_US__2W_ps_install adds_JM_V1

    HOW10253_en_US__3W_ps_install adds 2_JM_V1

Create a new Active Directory forest and domain, install Domain Name Services (DNS), and promote the server to a domain controller using Windows PowerShell in Windows Server Core.
 
  1. Type Start PowerShell and press Enter within the Command Prompt window to open a new Windows PowerShell console window.

    HOW10253_en_US__6W_ps_start ps_JM_V1

  2. Type Install-ADDSForest -DomainName vdom.local -InstallDNS and press Enter to create a new forest and domain named vdom.local.

    HOW10253_en_US__7W_ps_install forest 1_JM_V1

     
    Note: Replace vdom.local with the correct name of the forest and domain.
  3. Type the Directory Services Restore Mode (DSRM) password twice and press Enter to save the password. The DSRM password is referred to as the SafeModeAdministratorPassword in Windows PowerShell.

    HOW10253_en_US__8W_ps_install forest 2_JM_V1

  4. Type A and press Enter to configure the server as a domain controller and install DNS.

    HOW10253_en_US__10W_ps_install forest 3_JM_V1

  5. The domain controller promotion will complete and the server will be rebooted finalizing the process.

    HOW10253_en_US__11W_ps_install forest 4_JM_V1


Additional Information:

This article applies to Windows Server.

Article Properties


Affected Product

Microsoft Windows 2012 Server, Microsoft Windows 2012 Server R2

Last Published Date

10 Jun 2024

Version

8

Article Type

How To