irsh19 wrote:
> I need a script to create bulk users with some specific setting which
> are as follows:
> 1. the user account should be created in a specific OU
> 2. the user should have the home drive mapped (like:
> \\servername\sharedfolder)
>
I have an example VBScript program to create users in bulk from the
information in an Excel spreadsheet linked here:
http://www.rlmueller.net/CreateUsers.htm
The name and path of the spreadsheet are hard coded in the program, so
modify for your situation. One column of the spreadsheet specifies the DN of
the OU/Container, another can specify the home folder. You can easily make
the OU and home folder settings the same for all users. Note only a few
columns are mandatory, the rest can be left blank.
--
Richard Mueller
MVP Directory Services
Hilltop Lab -
http://www.rlmueller.net
--