Skip to content

Commit 8c9caca

Browse files
alievertzAndy Lievertz
andauthored
All features implemented; testing release; v0.1.0
--------- Co-authored-by: Andy Lievertz <[email protected]>
1 parent 550e69c commit 8c9caca

File tree

3 files changed

+410
-1
lines changed

3 files changed

+410
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# OZO AD Lab Implement Prerequisites Change Log
2+
3+
|Date|Version|Comment|
4+
|----|-------|-------|
5+
|2025-Feb-16|0.1.0|Testing release.|

README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,28 @@
1-
# OZO-AD-Lab-Implement-Prerequisites
1+
# OZO AD Lab Implement Prerequisites
2+
3+
## Description
4+
This script automates [part](https://onezeroone.dev/active-directory-lab-part-ii-customization-prerequisites/) of a [One Zero One series](https://onezeroone.dev/active-directory-lab-introduction) illustrating how to automate the process of deploying an AD Lab.
5+
6+
It is an interactive script that implements the customization prerequisites of the the One Zero One AD Lab. It has no parameters.
7+
8+
## Installation
9+
This script is published to [PowerShell Gallery](https://learn.microsoft.com/en-us/powershell/scripting/gallery/overview?view=powershell-5.1). Ensure your system is configured for this repository then execute the following in an _Administrator_ PowerShell:
10+
11+
```powershell
12+
Install-Script ozo-ad-lab-implement-customization-prerequisites
13+
```
14+
15+
## Usage
16+
```powershell
17+
ozo-ad-lab-implement-customization-prerequisites
18+
```
19+
20+
## Examples
21+
```powershell
22+
ozo-ad-lab-implement-customization-prerequisites
23+
```
24+
## Notes
25+
Run this script in an _Administrator_ PowerShell.
26+
27+
## Acknowledgements
28+
Special thanks to my employer, [Sonic Healthcare USA](https://sonichealthcareusa.com), who supports the growth of my PowerShell skillset and enables me to contribute portions of my work product to the PowerShell community.

0 commit comments

Comments
 (0)