From dc62e1889537898ca94c494fe878f567491e1eb0 Mon Sep 17 00:00:00 2001 From: reiyua Date: Fri, 12 Apr 2024 19:59:26 +1000 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cf843d0 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# AutoOUADCreator + +Simple Microsoft PowerShell script I had to make as part of my General Diploma in I.T at TAFE NSW that batch creates OU's within an existing Active Directory Domain Forest. + +I was initially going to create one script which not only does this but ALSO creates user's with the OU's but found it was not possible to do so. + +An example CSV file has been provided for reference.