Skip to content

SouthwestCCDC/PS-CreateADLab

 
 

Repository files navigation

PS-CreateLabVMs

General sequence of scripts you might use to create an Active Directory environment for a lab, especially if you have to replicate that lab with slight changes if you're running many instances at once.

  • These scripts have been slightly modified (and not tested) from an actual instance where I've needed to create a set of labs.
  • You should not pull them down and expect them to work perfectly for you, especially if you don't test them before using them for your real production run

Pre-Requisites

You'll need your own set of usernames for '.\Names.csv', with the column header: first,last,title. There can be as many usernames as you want.

WARNING This will not create a totally realistic AD environment - normal AD environments actually fill out things like who a person's supervisor is and other organizational details like address, phone numbers, etc. This is only sufficient for labs where those things are not a requirement

Notes

This was tested on a Windows Server 2016 VM. It may work with 2012r2 but I make no guarantees on anything earlier than that.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%