Adding users to a domain group via a tool or scripting...

  • Thread starter Thread starter Dan
  • Start date Start date
D

Dan

Other than Adduser.exe, is there other tools or ready made
script to bring AD domain users into a Domain group via a
txt file?

Thanks. Much appreciate your responses.
 
Take a look at the TechNet Script Center.

http://www.microsoft.com/technet/community/scriptcenter/default.mspx

Specifically, the following look like they may be of use to you:

Adding 1,000 Users to a Security Group
http://www.microsoft.com/technet/community/scriptcenter/user/scrug158.mspx

Adding a User to Two Security Groups
http://www.microsoft.com/technet/community/scriptcenter/user/scrug68.mspx

Adding New Members to a Group
http://www.microsoft.com/technet/community/scriptcenter/user/scrug188.mspx

Use the Browse for Folder Dialog Box
http://www.microsoft.com/technet/community/scriptcenter/filefolder/scrff72.mspx

Read a Text File into an Array
http://www.microsoft.com/technet/community/scriptcenter/filefolder/scrff58.mspx

Read a Text File Character by Character
http://www.microsoft.com/technet/community/scriptcenter/filefolder/scrff56.mspx

Parse a Comma Separated Values Log
http://www.microsoft.com/technet/community/scriptcenter/logs/scrlog11.mspx

Once you have jumbled some of these scripts around, you should be able to
get a solution. Next, you just need a swanky front-end. I suggest you take
a look at what you can do with HTML Applications (HTA files).

Take a look at how ADSI Scriptomatic does it and you should be able to
easily write a nice-looking solution that is easy to modify.

ADSI Scriptomatic
http://www.microsoft.com/technet/community/scriptcenter/tools/admatic.mspx

Hope this helps

Oli
 

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

Back
Top