Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaroneg/PS-CreateADLabs
Create a windows Active Directory lab
https://github.com/aaroneg/PS-CreateADLabs
activedirectory
Last synced: 21 days ago
JSON representation
Create a windows Active Directory lab
- Host: GitHub
- URL: https://github.com/aaroneg/PS-CreateADLabs
- Owner: aaroneg
- Archived: true
- Created: 2018-03-27T18:29:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-29T05:52:20.000Z (about 5 years ago)
- Last Synced: 2024-08-05T17:33:32.713Z (4 months ago)
- Topics: activedirectory
- Language: PowerShell
- Homepage:
- Size: 21.5 KB
- Stars: 13
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - aaroneg/PS-CreateADLabs - Create a windows Active Directory lab (PowerShell)
README
# 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.