Tag Archives: OU

Create Lab AD – Part 5 (Changed)

I have been doing some changes to the last part. All of my scripts are under constantly changes. So before I post the next part of the script I want to post this change. I have been doing some changes … Continue reading

Posted in PowerShell Blogs | Tagged , , , | Leave a comment

Create Lab AD – part 5

It’s time to take our information and create the AD. First of all we need to setup the lab structure in our AD. I use my lab active directory named poweradmin.local # Name of the AD $labDomain = [ADSI]"LDAP://dc=poweradmin,dc=local" And … Continue reading

Posted in PowerShell Blogs | Tagged , , , , , | 4 Comments

Create Lab AD – part 3

We have: Real names User Names (samAccountNames) with employee numbers In this part we will do stuff for the Lab OUs and we will also pick Country for the users. We will not create anything until we have what we … Continue reading

Posted in PowerShell Blogs | Tagged , , , | 3 Comments