Home > Archive > VBScript > November 2004 > automate user creation in AD
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
automate user creation in AD
|
|
| Kwilsokl 2004-11-24, 3:55 pm |
| I have had no luck with this
I need to create a form or script for the HR department that will allow them
to do the following when a new employee starts
Create a new user account in AD (First name Last name, Username) or have the
code auto create the username from the values from the first and last name
Choose which OU to place the user in (there are 4 OUs that represent
different divisions on our company)
My manager does not want them to use the MMC
Any help would be greatly appreciated
Thank you
| |
| Steve Seguis [MVP] 2004-11-24, 8:55 pm |
| If you search the web, there are already a large number of scripts available
for creating users in AD, however, if you want to build an easy to use
interface that would make it easier for your HR department to do that, you
need to custom build that using either a VB app or a web page.
shameless plug: my company specializes in creating custom scripts and
interfaces for doing just that.
--
Steve Seguis - MCSE, Microsoft MVP, SCJP
SCRIPTMATION
Automating the Enterprise
http://www.scriptmation.com
"Kwilsokl" <Kwilsokl@discussions.microsoft.com> wrote in message
news:4304CBCA-4971-44E4-8949-308C617B2A4E@microsoft.com...
> I have had no luck with this
> I need to create a form or script for the HR department that will allow
them
> to do the following when a new employee starts
>
> Create a new user account in AD (First name Last name, Username) or have
the
> code auto create the username from the values from the first and last name
> Choose which OU to place the user in (there are 4 OUs that represent
> different divisions on our company)
>
> My manager does not want them to use the MMC
>
>
> Any help would be greatly appreciated
>
> Thank you
>
| |
| Kwilsokl 2004-11-29, 3:59 pm |
| Thanks Steve
I will definitely look your company up if I can not find what I am looking for
"Steve Seguis [MVP]" wrote:
> If you search the web, there are already a large number of scripts available
> for creating users in AD, however, if you want to build an easy to use
> interface that would make it easier for your HR department to do that, you
> need to custom build that using either a VB app or a web page.
>
> shameless plug: my company specializes in creating custom scripts and
> interfaces for doing just that.
>
> --
> Steve Seguis - MCSE, Microsoft MVP, SCJP
> SCRIPTMATION
> Automating the Enterprise
> http://www.scriptmation.com
>
>
> "Kwilsokl" <Kwilsokl@discussions.microsoft.com> wrote in message
> news:4304CBCA-4971-44E4-8949-308C617B2A4E@microsoft.com...
> them
> the
>
>
>
|
|
|
|
|