Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Scripting > Re: Need Script to create USERS

Reply
Thread Tools Display Modes

Re: Need Script to create USERS

 
 
Richard Mueller [MVP]
Guest
Posts: n/a

 
      08-31-2009
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
--


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to create SBS users from a script? WDSnews Windows Small Business Server 3 08-16-2008 12:49 AM
Need a Script to create Users in AD Avijit Dutta Scripting 4 12-27-2007 03:22 PM
Re: Create new users via script? Costas Windows Server 1 05-15-2007 04:47 AM
Re: Create new users via script? Costas Windows Small Business Server 1 05-15-2007 04:47 AM
Create Users via script ? bob Scripting 2 01-17-2005 09:31 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59