Skip to content
This repository has been archived by the owner on Aug 25, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 586 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 586 Bytes

Setup a Test Lab with AD domain, OUs, Security Groups and Users

A modification of the great project here by Adam Bertram

To Create a Test Lab:

On domain controller, install xActiveDirectory module

Install-Module xActiveDirectory

Run New-TestEnvironment.ps1

  • This will output your MOF file to the root of your user profile.

Invoke the DSC Configuration

Start-DscConfiguration -Wait -Verbose -Force -Path $env:USERPROFILE\DSC

Reboot for setup to be complete