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
- How to install software for clients from Windows Server 2012 R2 using Group Policywindows server 2012 r2 includes a feature called software installation and maintenance with the ds, group policy, and windows installer services used to install, maintain, and remove software on your computer. in the following article, network administrator will guide you through the steps to install software for clients from windows server 2012 r2 using group policy.
- Instructions for installing Windows Server 2012 step by stepin this windows server 2012 tutorial, we will learn about system requirements and how to install windows server 2012. invite you to follow up.
- Install Role, configure role on Windows Server 2012like previous versions, windows server 2012 has many associated roles. roles and features are tools you need to install or enable to complete your it administration tasks, if you don't install them, you can't do anything. in this article, we will learn how to install and configure the most important roles.
- Instructions on how to use PowerShell in Windows Server 2012what is powershell? windows powershell is a command-line shell language interpreter and scripting language specifically designed for system administrators. built on the .net framework, windows powershell helps it professionals control and automate windows operating system administration tasks as well as applications running on windows server environments.
- Remote management on Windows Server 2012 with Remote Management Serviceremote management service (remote management service) is one of the most important parts related to windows server 2012 administration. server administration is done through windows management instrumentation (wmi). wmi instructions can be sent via the winrm 'remote management' network.
- Learn about firewalls, Windows Firewall on Windows Server 2012windows firewall with advanced security is a firewall running on windows server 2012 and enabled by default. firewall installations in windows server 2012 are managed in the microsoft management console windows firewall.