Ongoing

Windows Lab V1 Plan

Implementation plan for AD and workstation validation · 2026 · Planned · 1 person · 2 min read

Lab V1 is scoped to one domain controller, one Windows workstation, private administration and reproducible OU, group and user setup.

Overview

The first Windows lab build is deliberately small. It should prove graphical administration, Active Directory basics and PowerShell repeatability without creating a fragile or public management environment.

Problem

A broad Microsoft lab can sprawl quickly. Lab V1 needs to be narrow enough to build and verify, but complete enough to produce real portfolio evidence.

Constraints

Approach

Define the minimum useful environment: one Windows Server domain controller, one domain-joined Windows 11 workstation, a simple OU structure, role and access groups, synthetic user import and one baseline GPO check.

Key Decisions

Build a two-machine core first.

Reasoning:

A domain controller and one workstation are enough to validate domain join, login, GPO application and administrative workflows.

Alternatives considered:
  • Start with a larger multi-server enterprise simulation.
  • Use only cloud identity and skip on-prem AD.

Use PowerShell scripts with dry-run behavior where practical.

Reasoning:

Repeatability is the portfolio value. Scripts need to show intent and reduce rebuild friction.

Alternatives considered:
  • Do everything manually through graphical tools.
  • Jump directly to Terraform or full infrastructure automation.

Publish evidence only after verification.

Reasoning:

The public portfolio should distinguish implemented work from planned work. Planned items stay marked as ongoing.

Alternatives considered:
  • Publish a marketing-style roadmap as completed work.
  • Hide all planned work until the lab is fully finished.

Tech Stack

Result & Impact

The plan creates a focused path to credible Microsoft administration evidence without overbuilding the first lab.

Learnings

Planned Verification

Lab V1 is complete only when DC01 provides AD DS/DNS, WIN11-01 joins the domain, a synthetic user logs in, OU/group/user setup is recreated from PowerShell and one GPO is applied and verified.