0% found this document useful (0 votes)
42 views17 pages

Active Directory Deployment A Step by Step Guide 1737563747

This document outlines the process of deploying Active Directory Domain Services (AD DS) on a Windows Server, including the creation of organizational units and users. It provides step-by-step instructions for configuring network settings, installing AD DS, and managing users within the domain. The guide is aimed at IT professionals and students seeking to improve their understanding of Windows Server and Active Directory management.

Uploaded by

Jaydeep
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views17 pages

Active Directory Deployment A Step by Step Guide 1737563747

This document outlines the process of deploying Active Directory Domain Services (AD DS) on a Windows Server, including the creation of organizational units and users. It provides step-by-step instructions for configuring network settings, installing AD DS, and managing users within the domain. The guide is aimed at IT professionals and students seeking to improve their understanding of Windows Server and Active Directory management.

Uploaded by

Jaydeep
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 17

Prasanna Deep Adhikari

October 2024

Deploying Active Directory Domain Services on Windows


Server / Creating Organizational Units (OU) and its users

Summary: This documentation explains the process of deploying Active Directory Domain
Services (AD DS) on a Windows Server and creating organizational units and its users. AD DS
allows for centralized management of network resources and improves security and efficiency in
an organization’s IT environment. This guide is intended for IT professionals and students
looking to enhance their knowledge of Windows Server and Active Directory management.

1. First, let us configure the LAN side of Arista Router. I’ve set the IP address as
192.168.1.1/24. Also, I have set the DHCP pool from 192.168.1.100 - 192.168.1.200. Its
lease duration is 3,600 seconds.
Prasanna Deep Adhikari
October 2024

2. Second, the WAN side of Arista Router needs to be configured.

3. Once we’re done with the router configuration, let’s go to the Windows Server and
configure the IPv4 address. Type ncpa.cpl in the search bar and the Network Connections
box will pop up. Right click on Ethernet or any other network you’re connected with and
select properties. The Ethernet Properties box will pop up.

Click on Internet Protocol Version 4 (TCP/IPv4) and configure IP address manually. In


this scenario, I’ve assigned the IP address as 192.168.1.10/24. For our server to
successfully join to the domain, the DNS server IP should match the actual IP of the
server. Hence, I’ve set the DNS server as 192.168.1.10 which = IP address.

4. Go to server manager and click on Local Server. Our goal in this step is to change the
name of our server. We are deploying a Domain Controller, so I have named this server
Prasanna Deep Adhikari
October 2024

DC1. Click on computer name and change. Rename the computer to DC1, click on OK.
Once it’s renamed, the server needs to be restarted. Click on restart now.
Prasanna Deep Adhikari
October 2024

5. In this step, we will install Active Directory Domain Services. First, go to add roles and
features.
Prasanna Deep Adhikari
October 2024

6. Add roles and features wizard box will pop up. Click on Next till you get to the Server
Roles section. Click on Active Directory Domain Services and Add Features. Click on
next till you get to the Confirmation section. Click on Install.
Prasanna Deep Adhikari
October 2024
Prasanna Deep Adhikari
October 2024
Prasanna Deep Adhikari
October 2024

7. Click on Promote this server to a domain controller.

8. Select Add a new forest and type your Root domain name. In my case, it’s
prasannagym.site. Click Next and enter password.
Prasanna Deep Adhikari
October 2024

9. Click Next till you get to the prerequisites check and hit install. You’ll then be signed out
and the server will restart.
Prasanna Deep Adhikari
October 2024
Prasanna Deep Adhikari
October 2024

10. Once the server is done restarting, you’ll see your domain name and administrator. Login
to your domain joined server.

11. Let us now create an Organizational Unit and an employee under it. You can create
multiple employees in multiple OUs, but for this documentation purpose, I’ll only be
creating one. Go to Tools and select Active Directory Users and Computers.
Prasanna Deep Adhikari
October 2024

12. Right click on prasannagym.site, and create an Organizational Unit. I have named the OU
as Employees. Click OK.
Prasanna Deep Adhikari
October 2024

13. Under Employees, I have created a company department named Executives. Under
Executives, I have created a user named Joshua Markell.
Prasanna Deep Adhikari
October 2024
Prasanna Deep Adhikari
October 2024
Prasanna Deep Adhikari
October 2024

14. We can now login onto a PC as other user and enter Joshua Markell’s credentials. It’ll
first ask you to change the password. Once the password is changed, Joshua Markell can
log on to PC as a domain user.
Prasanna Deep Adhikari
October 2024

Conclusion: In this guide, we covered the steps to deploy Active Directory Domain
Services (AD DS) and create an OU on a Windows Server. By setting up AD DS, you
can create and manage a domain, allowing centralized control of users, computers, and
network resources. This deployment is a key part of building a secure and organized IT
environment.

You might also like