Instructions for creating a Domain Controller - DC on Windows Server 2012
In the tutorial article below, TipsMake.com will introduce you how to create Domain Controller - DC on Microsoft Windows Server 2012 platform. The installation of Windows Server, we please ignore because it is quite simple, the graphical interface is already available, you just need to click Next> Next> Finish is okay.
1. Overview of Windows Server 2012:
As you know, in a Windows Server 2012 environment, the dcpromo command is disabled, so if you want to create DC, you need ADDS (Active Directory Domain Services) from the management interface - Server Manager. Let's get started!
First, we will change the server name and IP address to a certain address (please note that you should not get the address 192.168.0.1, then configure it to avoid trouble). Install AD DS role, in Server Manager interface, click Add roles and features as shown below:
Note that you are with the server, we should not leave the Server name arbitrarily, but should change to something that is easy to remember. For example, in this article, I renamed the Windows Server 2012 computer to server2k12dc .
To change the name displayed on the computer, please refer to the article:
- How to rename the computer on Windows XP.
- Change the computer name with Windows 7 or later.
The next screen is displayed, select the Server Roles> Active Directory Domain Services section and click Add Features :
After that, click Next and keep the default options. Go to this Confirmation window, click Install to start installing and creating the necessary domain controller service :
The Install process is ongoing, now you can sit and relax, surf Facebook, drink coffee or do something:
After installing the Role Domain Controller, we will now move on to the next step:
You can refer to Microsoft documentation about the Active Directory Domain Services (Level 100) installation process.
2. Create Domain Controller - DC on Windows Server 2012:
To start creating a Domain Controller , click on the link Promote this server to a domain controller at the Role installation end screen above, or outside the Server Manager interface click Deployment Configuration as shown:
Create a new AD forest with the name quantrimang.local , click Next :
Next to the Domain Controller Options, select Forest Functional Level - FFL and Domain Controller Level - DCL at the default option, and enter the DSRM password. Besides, this is the first DC of the system, so Windows Server 2012 will identify itself as Global Catalog - GC , and we cannot change this option. Click Next:
DNS alerts displayed, ignored:
Check the NetBIOS name section. In the above step, you name AD Forest as quantrimang.local, then the NetBIOS Name part will be quantrimang :
Next, keep the Active Directory related directories and directories (including Database, Logs and Sysvol files) and click Next:
Check all the information, options at Review Options, or you can Export it to a script file to run with PowerShell if you click the View Script button:
Once OK, then go to Prerequisites Check section to officially go down - create DC:
After installing and creating DC successfully, Windows Server will restart automatically. It is important to note that during this reboot, the login account will have the domain / username form rather than the simple username as before. At the same time, in Server Manager interface, in the Tools section, you also see more services such as:
- Active Directory Administrative Center
- Active Directory Domains and Trusts
- Active Directory Module for Windows PowerShell
- Active Directory Sites and Services
- Active Directory Users and Computers
- ADSI Edit
- DNS
- Group Policy Management
So we have completed the step of creating and installing Domain Controller - DC on Windows Server 2012 systems.
3. Video tutorial for installing Active Directory, DNS and DHCP to create Windows Server 2012 Domain Controller:
Good luck!
You should read it
- How to Install, Configure, and Test Certificate Services in a Windows Server 2012 R2 Domain
- Instructions for installing Active Directory on Windows Server 2008
- How to check which Domain Controller holds the FSMO role in Active Directory
- Run Windows Server 2008 R2 - Install and create a Lab Domain Controller (Part 1)
- How to Configure CAWE in a Windows Server 2012 R2 Domain
- Install DNS server and Domain Controller in Windows Server 2003
- Working with the Domain Controller Diagnostic Utility - Part 1
- How to install Active Directory on Windows Server 2019
May be interested
- Working with the Domain Controller Diagnostic Utility - Part 4in this article, i will show you some more tests that can be performed on the domain controller diagnostic tool.
- Working with the Domain Controller Diagnostic Utility - Part 5in this article, i will show you some of the tests that you can perform with the domain controller diagnostic utility.
- Domain Controller virtualization solutions - Part 3to follow the previous two parts of this series, i will show you the options for domain controller virtualization.
- Working with the Domain Controller Diagnostic Utility - Part 2in this article, i will continue the series on working with the domain controller diagnostic utility by introducing some additional switches.
- How to configure NTP Server and NTP Client in Windows Server 2019if the computer is an active directory domain controller, the ntp server feature is enabled automatically. so, the following example is for a computer that needs to enable ntp server in a workgroup environment.
- How to check which Domain Controller holds the FSMO role in Active Directorythis tutorial illustrates how to test the fsmo role in server 2016. the 5 fsmo roles in active directory include: rid master, pdc emulator master, infrastructure master, domain naming master, schema master.
- Domain Controller virtualization solutions - Part 2in part 2 of this series, i will continue the discussion by showing you some options for domain controller virtualization.
- Turn off the domain password request feature in Windows Server 2003in the following article, i will show you some basic steps to turn off the password request feature for accounts in the windows server 2003 active directory domain. in terms of technical factors, windows server 2003 has provided features to ensure user account security when forcing them to choose strong password protection.
- How to Install, Configure, and Test Certificate Services in a Windows Server 2012 R2 Domainan organization can use certificates for several reasons, such as ensuring that only the intended recipients can read the transmitted data. in a windows server 2012 r2 domain, this document demonstrates viewing web pages that are protected...
- Domain Controller virtualization solutions - Part 1in this article we will show you the advantages and disadvantages of some common domain controller settings.