Discussion:
Need Script to create USERS
(too old to reply)
irsh19
2009-08-31 20:51:54 UTC
Permalink
Hi All,


I need a script to create bulk users with some specific setting whic
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

--
irsh1
-----------------------------------------------------------------------
irsh19's Profile: http://forums.techarena.in/members/123384.ht
View this thread: http://forums.techarena.in/server-scripting/1240058.ht

http://forums.techarena.i
Richard Mueller [MVP]
2009-08-31 21:42:22 UTC
Permalink
I need a script to create bulk users with some specific setting which
1. the user account should be created in a specific OU
\\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
--
Loading...