Setup Your Home Lab for IT Learning
ZakITPro · Junior, WV · Yesterday
$100–$200/hrFull-time
You want to learn Windows administration, Intune, PowerShell, but you need a lab. Here’s how to build one on a budget. The Minimal Lab ($0-50) What You Need Your current PC (8GB RAM minimum, 16GB recommended)Free hypervisor: Hyper-V (Windows Pro) or VirtualBox (any Windows) Setup # Check if Hyper-V is available (Windows Pro/Enterprise) Get-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All # Enable Hyper-V Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V-All -NoRestart VMs to Create DC01 — Windows Server 2022 (Domain Controller)CLIENT01 — Windows 11 (joined to domain)SRV01 — Windows Server 2022 (file/app server) The Better Lab ($100-200) Hardware Recommendations Component Budget Option Better Option CPU Intel i5-10400 Intel i7-12700K RAM 32GB 64GB Storage 500GB SSD 1TB NVMe Network Built-in Dual NIC Pro Tips Buy used enterprise hardware (Dell Optiplex, HP ProDesk)Get machines with vPro/AmT for remote management Essential VMs to Build Domain Controller # Install AD DS Install-WindowsFeature AD-Domain-Services -IncludeManagementTools # Promote to DC Import-Module ADDSDeployment Install-ADDSForest -DomainName "lab.local" -SafeModeAdministratorPassword (ConvertTo-SecureString "P@ssw0rd!" -AsPlainText -Force) Intune Connector ServerWindows Server 2022Install Azure AD ConnectInstall Intune Certificate Connector ClientsWindows 11 Enterprise (eval ISO)Windows 10 Enterprise Software to Install Free Windows ISOs Windows Evaluation CenterWindows Server Evaluation Tools to Have VS Code — Script editingRemote Server Administration Tools (RSAT) — ManagementHyper-V Manager — VM managementPester — Testing PowerShell Network Setup Recommended Network [Router] | +-- [Hyper-V Host] | +-- DC01 (Server 2022, 4GB RAM) | +-- CLIENT01 (Win11, 4GB RAM) | +-- CLIENT02 (Win11, 4GB RAM) | +-- SRV01 (Server 2022, 4GB RAM) Switch to Use Physical: Unmanaged gigabit switch ($20)Virtual: Default Switch in Hyper-V Learning Path Week 1-2: Active Directory Create users, groups, OUsGroup Policy basicsDNS, DHCP Week 3-4: PowerShell Script AD tasksBuild automation Week 5-6: Intune Enroll devicesDeploy policiesApp packaging Week 7-8: Security BitLockerConditional AccessEndpoint Security Wrap-Up You don’t need expensive gear to learn. Start with what you have, add RAM, and build out incrementally. Questions? Drop them below!