by Todd Willett | Oct 19, 2018 | PowerShell
Part I Part II Part III Part IV Alright, so we’re nearly finished with our PowerShell script to create users in bulk in AD with random passwords, but we want to add a last few touches to our (finger painting) work of art. Firstly, let’s add that password back into the...
by Todd Willett | Oct 16, 2018 | PowerShell
Part I Part II Part III Part IV So far in this series (Bulk Create Users in AD), we’ve created the CSV file and made sure we could create a user first. We then proceeded with writing a loop to go through each user, which we also did. Now what? Well, we still have a...
by Todd Willett | Oct 14, 2018 | PowerShell
Part I Part II Part III Part IV In Part I of this series (Bulk Create Users in AD), we created a CSV file with one user we want to create in AD. We went through the individual cmdlet for creating an individual user: The Emperor. No Pressure, right? In Part II we’re...
by Todd Willett | Oct 11, 2018 | PowerShell
Part I Part II Part III Part IV So your company bought another company, you inherited an AD environment that was so jacked up you felt it was better to start over completely, your company used something other than AD (Is there really anything else?) before you arrived...