Active Directory (AD) is a Microsoft directory service designed to centralize the management of network resources across defined domains. It stores information about users, computers, and other network objects in a structured database, making it easier for administrators to manage and secure their network.
This lab provides snapshot of processes for setting up a virtual lab environment using VirtualBox, installing Windows Server and Windows 10, configuring a domain network, installing Active Directory, joining domain devices, Working with Powershell, and more.
-
- A group of objects (users, computers, devices, etc) sharing the same AD Database (DB).
-
- A Server that hosts AD and handles authentication behaviors.
-
- Containers which hold domain objects (users, groups, computers). OUs are helpful for managing and organizing domain objects.
-
- Represents Accounts (Or personnel) and groups refer to a collection of users and devices managed by at least one (preferable) entity. We will demonstrate how to create users and groups and apply certain permissions to various groups
-
- Enforcement of various settings (Security, software installation, system configuration) for different groups and users.
- Networking Fundamentals
- Virtualization
- Windows Server
- Computer and Basic Troubleshooting skills
-
- Setting up the Virtual Environment along with other Virtual Machines
-
- Configuring Virtual Network Cards
- Configuring IP Address Information
- Configuring Network Adapters
-
- Installing Active Directory
- Configuring Active Directory
- Deploy Active Directory
-
- Creating an Organizational Unit
- Configure OU Management
-
- Getting Started with Powershell
- Creating Users with Powershell
- Creating OU with Powershell
- Working with Environment Variables within Powershell
- Add a user to a OU
- Enforce password change on logon for a user
-
- Add Adapter 2 to Client Machine
- Configure client machine using Powershell
- Configure Networks for the client machine
- Join the client machine to a domain
-
- Configure Password security with Powershell.