What problem does it solve? New system administrators often know Active Directory theory but have never actually created domain users, joined a workstation, or written a Group Policy Object themselves. This Skill guides a learner through real AD administration on a live mssa.lab domain so they finish with working users, groups, a domain-joined workstation, and two verified GPOs. ## Core Features & Use Cases - PowerShell-based AD administration: Create 10 domain users and two security groups in the correct OUs using the ActiveDirectory module (New-ADUser, New-ADGroup, Add-ADGroupMember). - Domain join workflow: Join a Windows 10/11 workstation to the domain with Add-Computer, landing the computer object in a GPO-targetable OU. - Group Policy authoring and verification: Build a password policy GPO and a drive-map GPO with security filtering and item-level targeting, then prove they applied using gpupdate /force, gpresult /r, and the Group Policy operational event log. - Use Case: An MSSA learner on the Server & Cloud Administration track completes project #4 by signing into a domain-joined workstation as a domain user and watching a mapped drive appear automatically. ## Quick Start Ask the mentor to start the sca-ad-and-gpo project and walk you through creating domain users and your first Group Policy Object on the mssa.lab domain.