Tag Archives: add user

Add a single user or multiple users to AD with a VB Script.

This is a VB Script that I have created to fit a scenario where you need to add a user to Active Directory and set attributes for that user. I have found it to be quite tedious to have to create each user and set the attributes manually. So I have searched the net to find information on how to create a script to do what I need. Here is my scenario… I need to create a user, set a password, set a location, create a user home folder(not roaming) and set the share permissions. I wanted to be able … Continue reading

Posted in VBS | Tagged , , | Leave a comment