Active Directory Requirements and Pre
Active Directory Requirements and Pre
Before diving into the installation process, let’s ensure your Windows Server environment meets the necessary active
directory requirements.
These include:
Hardware Requirements:
Software Requirements:
Network Configuration:
Static IP Address
To set a static IP address, use the Network and Sharing Center or PowerShell:
Note: Set the IPAddress and Default Gateway to your local values
It is important to note that the DNS server address should be set to the server’s IP address (127.0.0.1). This will
ensure the server can resolve its hostname and prevent issues with the Active Directory installation.
Once the static IP address has been set, you can proceed with the AD installation.
The first step in installing AD is to use Server Manager to add the Active Directory Domain Services role. To do
this:
Review the features and click Next again. Finally, click Install to begin the installation process.
PowerShell
This command not only installs the AD Domain Services role but also includes the Remote Server Administration
Tools (RSAT), giving you the tools to manage Active Directory from other computers within the domain.
After installing the Active Directory Domain Services role, you must promote the server to a domain controller.
To do this,
After selecting Promote this server to a domain controller, you will see the screen below. Fill in the information
that’s relevant to you.
Add the domain controller to an existing domain, add to an existing forest, or create a new one. In this
example, I am creating a new forest called turbogeek.co.uk
Set the Domain Functional Level and set a domain administrator password. I have also selected my domain
controller as the DNS server and Global Catalog.To find out more about Domain Functional Levels, click
here.
If required, you can configure your DNS settings on the next page. In my example, I am skipping this warning
because my domain controller will be the DNS server too. It may be different in your domain.
The installer should automatically populate the NetBIOS name on the next screen.
Next, set the location to save the AD database, log files, and SYSVOL. In this example, I will leave these
values as the default.
You may want to move NTDS and SYSVOL to separate disks in a production environment. This can
improve performance on very large AD deployments.
Click next on the Review Options and Prerequisites Check pages.
Once the installer is running, give it a few minutes to complete the installation.
Then, from Server Manager, Open “Active Directory Users and Computers
Equally, you can type dsa.msc from the command prompt or Powershell CLI
Installing AD on Windows Server 2022 is crucial in managing users, computers, and resources in a network
environment. By following the steps outlined in this guide, you can ensure that the installation is successful and that
your network environment is secure and easy to manage. Remember to verify the successful installation and access
AD tools to ensure everything works correctly.