Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Scripting > Re: Create From 1 user example - 15 users and more

Reply
Thread Tools Display Modes

Re: Create From 1 user example - 15 users and more

 
 
Richard Mueller [MVP]
Guest
Posts: n/a

 
      12-04-2009

"b00gie" <> wrote in message
news:...
>
> I want to create a script that copy for example user : Daniel James
> and on this user example it will create 15 users with password that
> they need to change at next logon + it will create the users in the Same
> ou where is Daniel James is, with mailbox and Membership of Daniel
> James Description etc..... and for each user i can write his First
> Name+Last name and Display Name
>
> how can i do it ?
>


I have an example VBScript program that creates user objects in bulk from
the information in an Excel spreadsheet linked here:

http://www.rlmueller.net/CreateUsers.htm

You should be able to revise this for your needs. It is easier to copy rows
in a spreadsheet, then to copy object attributes.

--
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




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