Setting up domain controller
posted on 19 Jul 2022 under category Active-Directory in series Active_Directory
Setting Up Domain Controller
In this part of the tutorial, we are going to be setting up Domain Controller on our new Windows 2019 server. Domain Controller is a directory service that runs on Microsoft Windows Server that allows administrators to manage permissions and control access to network resources. Within Active Directory data is stored as objects, which include users, groups, applications, and devices.
So let’s Get started.
- Firstly start by opening Server Manager. This may take a few miniutes for it to populate all the data.
- Once Server Manager is open Click Manage and then Add Roles and Features.
- In the Add roles and features wizard click the third option on the left menu for server selection and you will then be able to select Server Roles.
- Tick the box next to Active Directory Domain Services.
- You will then be prompted with a window showing all the services or features that will be installed. have a quick read through whats being installed. Make sure include managment tools is selected and click add feature.
- Click Next to move to features. leave everything as default.
- Now click Next through AD DS, DHCP Server and DNS Server leaving everything as default until you get to confirmation. From here click Install
- This will install everything needed for Active Directory Domain Services
- In Server manager you should now see the Flag has a yellow triangle next to it. click this and select Promote this Server to a domain controller.
- You should see the Active Directory Domain Services Configuration Wizard pop up. Select Add a new forest and enter a domain name. -> Homelab.local
- In the Domain Controller Options, set an Directory Services Restore Mode password, confirm the password and then click next.
- Click Next , Click Next , - The Server will run through some Prerequisites checks. Dont worry to much about the errors generated here and click install.
Once the Server has finished being promoted to a domain controller, Reboot to complete the Installation.