How to: Quick & Easy creation of 100 users & logon scripts

M

Maran

Hi,

I have to create 100 users in AD. I also need to create individual scripts
for them. Is there any scripting tool or utility that can allow me to do
this.

I believe that I can use LDIFDE AD utility for AD users. But how about the
..bat scripts? Its ridiculous to have to go to each users's Propertries >
Profile to manually key in the script.

Please advise?
 
G

Guest

You can use the "DSADD USER" from the command line. You will be able to add
the user and specify many of thier attirbutes including logon script. You
may run this from the domain controller or from a Windows XP workstation. If
you are going to run it from a workstation you will need to first install the
Windows 2003 Administrator tools on the workstation. This is fairly easy,
using the Windows 2003 CD search for ADMIN*. You will see the MSI file and
just use it to install.
 
A

Ace Fekay [MVP]

In
Paul said:
You can use the "DSADD USER" from the command line. You will be able
to add the user and specify many of thier attirbutes including logon
script. You may run this from the domain controller or from a
Windows XP workstation. If you are going to run it from a
workstation you will need to first install the Windows 2003
Administrator tools on the workstation. This is fairly easy, using
the Windows 2003 CD search for ADMIN*. You will see the MSI file and
just use it to install.

Plus, just to add, once the users are created and a setting needs to be
changed on all of them at the same time, ADModify can be used to do this.
Funny, I just posted to another thread about this just a few moments ago.
It's a nice tool to allow one to modify multiple user objects and their
attributes simultaneously.

ADModify can be found here:
ftp://ftp.microsoft.com/PSS/Tools/Exchange%20Support%20Tools/ADModify/

--
Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

If this post is viewed at a non-Microsoft community website, and you were to
respond to it through that community's website, I may not see your reply
unless that website posts replies back to the original Microsoft forum.
Therefore, please direct all replies ONLY to the Microsoft public newsgroup
this thread originated in so all can benefit or ensure the web community
posts it back to the original forum.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT, MVP
Microsoft MVP - Windows Server Directory Services
Microsoft Certified Trainer
Infinite Diversities in Infinite Combinations.
=================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top