Skip to content

ArtisanByteCrafter/TestDomainCreator

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • PowerShell 100.0%