Active Directory Setup – Windows Server 2019

2

Table of Contents

The computer name must have been determined before the Active Directory installation, IPv4 must have a fixed IP address. In addition, we can also choose to turn off the firewall.

You can follow how to do it in the steps below.

Active Directory Setup

Step 1: We change the computer name in “Server Manager > Local Server”. Since this machine will be an Active Directory machine, we can name it DC, which stands for Domain Controller.

image active directory

When we click on the computer name as in the first image, we click the Change button in the window that appears.

image 1 active directory

In the small window that opens, we can change the Computer name field to DC. After clicking OK, the computer will be restarted. The computer is restarted for the changes to be processed in the machine.

image 3 active directory
image 4 active directory
image 5 active directory

Step 2: After the computer restarts, the server needs to be given a static IP. Click on Ethernet in Server Manager > Local Server.

image 6 active directory

Right click on Ethernet in the window that opens and open Properties.

image 7 active directory

Double click on “Internet Protocol Version 4” to open a small window.

image 8 active directory

We can set our IP address as 10.10.10.10/24. The 127.0.0.1 entered in DNS represents the machine itself.

image 9 active directory

We have completed all the settings of our machine before the Active Directory installation.

image 10 active directory

Step 3: After setting all configurations, click Add roles and Features in Server Manager > Dashboard.

image 11 active directory

Step 4: Select Active Directory Domain Service from the window that opens and confirm the other features to be added.

active directory active directory
image 12 active directory

Step 5: The installation process is started with Install.

image 13 active directory

Step 6: After the installation is complete, we need to complete the installation of the service.
Click Promote this server to a domain controller.

image 14 active directory

Step 7: Since we want to create a new domain from the window that opens, the name of the domain is configured by selecting “Add a new forest”.

active directory 2 active directory

Step 8: The DSRM password is set. This password should not be forgotten.

image 15 active directory

Step 9: If it appears as “Everything is OK”, the installation is started with Install. The machine will restart during installation.

image 16 active directory

Step 10: You need to make sure that you are logging in to the server through the domain. If your domain name is not written in the Sign in to section, you can log in as Administrator@orman.com or ORMAN\Administrator.

image 17 active directory

You can check whether the machine is connected to the domain from the Local Server section.

image 18 active directory

For more learning!

Create A Group Policy Central Store

Rabia

2 thoughts on “Active Directory Setup – Windows Server 2019

Leave a Reply

Your email address will not be published. Required fields are marked *

Next Post

Join An Active Directory - Microsoft

Fri Jan 19 , 2024
After our Active Directory server is installed, it is time to make configurations on the machines that will connect to this domain. The priority is to provide network settings on the server to be connected. By running the ncpa.cpl command with Win + R, the page where network settings will […]
Active Directory 1 1 active directory

You May Like