All Forums >> [Scripting] >> Post a VBScript >> Mass user account change Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Posts: 125
Score: 2
Joined: 7/13/2006
From: Australia
Status: offline
Wrote this script to automate some boring and error prone work for a lot of user accounts we are converting to XP
1. Script checks for variables and makes a nicely formated output log file 2. Prompts for 1 of 3 different senarios to run - easy to edit or add senarios 3. Senarios can contain:- a. Moving groups b. Adding to groups c. Setting or clearing profile paths d. Moving user's OU
Do a find and replace for dc=DOMAIN,dc=COM and replace with your own domain details.
If you run the script by just clicking on it, it will prompt for a single UserID and then senario, progress is echoed in message boxes. Blank message boxes are echoed too, ignore these, it was my lazy way of formating the output of the txt log file.