This repository details my home lab setup using Oracle VirtualBox and Windows Server 2019 for managing an Active Directory environment. It includes steps for setting up a virtual network, installing software, and configuring AD services to mimic enterprise network management, showcasing my skills in system administration and network security.
- 1_CREATE_USERS.ps1: PowerShell script to generate user accounts in Active Directory.
- Generate-Names-Create-Users.ps1: PowerShell script that combines name generation and user creation in one process.
- names.txt: Contains pre-generated names that can be used directly to create user accounts.
This network diagram illustrates the structure of my virtual network setup, including IP addressing and connectivity across different components such as Domain Controller and Windows 10 client within the network environment.
- Install Oracle VirtualBox and ensure you have the Windows Server 2019 and Windows 10 ISO files.
- Set up a virtual machine (VM) for Windows Server 2019 and configure it as your Domain Controller.
- Refer to the network diagram above to setup DHCP settings and internal networking between the VMs.
- Install Active Directory Domain Services on the Windows Server VM.
- Configure the AD environment using the FQDN mydomain.com.
- Run Generate-Names-Create-Users.ps1 if you wish to generate new names and create user accounts. If you prefer to use pre-existing names, execute 1_CREATE_USERS.ps1 with names.txt.
This lab serves as a practical application of system administration skills, focusing on network security and Active Directory management. It provides hands-on experience with real-world tasks that are crucial in enterprise network environments.
- Oracle VirtualBox
- Windows Server 2019
- Windows 10
- PowerShell
Note
Make sure to adjust the script paths and environment settings based on your local setup to ensure everything functions correctly. Feel free to clone this repository and adapt the scripts and setups as needed for your learning or testing purposes.