Skip to content

Hands-on

Labs & tutorials

Builds you can follow start to finish. Every lab lists what you will build, what you need first, and how long it takes.

Format: All Labs Tutorials

4 results

Lab Tutorials & Labs Beginner 3 hours

Lab: Build an Active Directory Environment on Hyper-V

This lab builds a working Active Directory environment on Hyper-V: two domain controllers, a member server, and a client, on an isolated network. It is the foundation for practising Group Policy, certificate services, re...

  • Create an isolated Hyper-V network with NAT for updates
  • Promote a forest root domain controller and verify with dcdiag
  • Add a second domain controller and confirm replication health
  • Configure DHCP and a practical OU structure
Tutorial Linux & Windows Server Intermediate

systemd Service Hardening

Most Linux services run with far more privilege than they need. systemd includes a sandboxing framework that removes most of it declaratively — no container runtime, no separate tooling, just directives in a unit file. T...