Skip to content

FernandoHuizar/Windows-Server-2022-Home-Lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Windows Server 2022 Home Lab Environment

Overview

Enterprise-level Active Directory environment built for hands-on learning and skill development in system administration, identity management, and network services.

Infrastructure

  • Virtualization Platform: Oracle VirtualBox 7.0
  • Domain Controller: Windows Server 2022 (CA-DC-01.fernandotech.com)
  • Client Machine: Windows 10 Pro 22H2 (Desktop01.fernandotech.com)
  • Domain: fernandotech.com
  • Network: 10.1.10.0/24 subnet

Technologies Implemented

Active Directory Domain Services (AD DS)

  • Configured domain controller with DNS integration
  • Created organizational units (OUs) for Computers, Users, Domain Controllers
  • Implemented security groups for role-based access control (RBAC)
  • Joined Windows 10 client to domain

Group Policy Management

  • Enforced password complexity requirements (12-character minimum)
  • Configured account lockout policies (3 invalid attempts)
  • Set password history (24 passwords remembered)
  • Implemented password age restrictions (90-day maximum, 1-day minimum)

Network File Sharing

  • Created and configured network shares (NETLOGON, SYSVOL, FernandoTech)
  • Implemented NTFS permissions with security group-based access control
  • Mapped network drives (Z: drive) on domain-joined clients
  • Tested cross-machine file sharing and permissions

Patch Management & Security

  • Deployed Action1 RMM platform for centralized management
  • Configured automated vulnerability scanning
  • Deployed 6+ critical security updates (.NET Framework, Windows patches)
  • Remediated 1,000+ identified vulnerabilities
  • Monitored patch compliance across endpoints

User & Group Management

  • Created domain user accounts with appropriate permissions
  • Configured security groups (Tech, Personal)
  • Assigned users to security groups for resource access
  • Managed user accounts via Active Directory Users and Computers (ADUC)

Lab Setup Process

Prerequisites

  • Oracle VirtualBox installed
  • Windows Server 2022 ISO
  • Windows 10 Pro ISO
  • Minimum 16GB RAM, 100GB storage

Step 1: Domain Controller Setup

  1. Created Windows Server 2022 VM (4GB RAM, 50GB storage)
  2. Installed Active Directory Domain Services role
  3. Promoted server to domain controller
  4. Configured DNS services
  5. Created fernandotech.com domain

Step 2: Client Configuration

  1. Created Windows 10 VM (4GB RAM, 40GB storage)
  2. Configured network settings (static IP: 10.1.10.3)
  3. Set DNS to point to domain controller (10.1.10.2)
  4. Joined Desktop01 to fernandotech.com domain
  5. Verified domain authentication

Step 3: Group Policy Implementation

  1. Opened Group Policy Management Console
  2. Created and linked GPOs to domain
  3. Configured password policies under Security Settings
  4. Tested policy enforcement on client machine

Step 4: File Sharing Configuration

  1. Created shared folder structure on domain controller
  2. Configured NTFS permissions for security groups
  3. Created network share with appropriate access controls
  4. Mapped network drives on client machines
  5. Tested file access and permissions

Step 5: Patch Management Deployment

  1. Downloaded and installed Action1 Deployer on DC
  2. Configured service account with domain admin credentials
  3. Enabled Active Directory discovery
  4. Deployed Action1 agents to domain computers
  5. Configured vulnerability scanning schedule
  6. Deployed critical security updates automatically

Skills Demonstrated

  • Windows Server 2022 administration
  • Active Directory Domain Services (AD DS)
  • DNS configuration and management
  • Group Policy Object (GPO) creation and enforcement
  • NTFS permissions and access control
  • Network file sharing and drive mapping
  • Remote monitoring and management (RMM)
  • Patch management and vulnerability remediation
  • Virtualization (Oracle VirtualBox)
  • Network configuration (TCP/IP, subnetting)

Key Learnings

  • Understanding of enterprise identity management
  • Hands-on experience with domain controller operations
  • Group Policy enforcement for security hardening
  • Role-based access control implementation
  • Centralized patch management workflows
  • Troubleshooting domain authentication issues

Screenshots

Active Directory Users and Computers - image Group Policy Management Console - image Group Policy settings (password policy) - image Network Shares - image Network drive mapped - image Domain-joined computer - image Action1 Dashboard - image image image

Future Enhancements

  • Implement Windows Server Update Services (WSUS)
  • Configure DHCP services
  • Set up additional organizational units
  • Create more complex GPO structures
  • Add redundant domain controller
  • Implement file server role

References

  • KevTech IT Support YouTube Tutorial Series
  • Microsoft Official Documentation
  • Action1 RMM Documentation

Author: Fernando Huizar
Contact: fernando.huizar.jr@gmail.com

About

Active Directory domain with 30 users, Group Policy Objects, automated PowerShell provisioning, network drive mapping, and Action1 RMM for patch management across 6+ endpoints.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors