Automation of Active Directory Account Creation
We have an extremely complex and lengthy process for onboarding new employees. I am trying to come up with ways to automate as many of these steps as possible. I was curious if anybody knew of any tricks using our K1000 that may help.
To explain further, we have an HR ticket queue where all new employee requests are created. Within this ticket contains all the information I need to build an Active Directory account. My thoughts are using Powershell, I could query the backend MySQL database and create a script that would create the accounts.
I wanted to reach out to see if anybody knew of any cool tricks (I'm even open to 3rd party software) that may work?
-
There are many VBScripts and no doubt Powershell scripts as well, on the internet, that can manage AD. Just ask Mr Google to point you at a few. - EdT 9 years ago
Answers (2)
Comments:
-
To clarify, the Database in question is the Dell KACE. After working on it over the weekend I have a powershell script that will do exactly what I need. I'm having difficulty getting Powershell to connect to the KACE database to run a query. - mds1981 9 years ago
-
Were you ever able to get this to work? - gcoolong 8 years ago