| |
csamuels
Posts: 42
Score: 0
Joined: 9/26/2005
Status: offline
|
we're currently planning a migration from 4.0 domain to 2003 domain with AD. I've created a script that uses a access db to create a batch file to add all windows users in the db. The db hold the user's first & last name along with thier username and password. to use this script, extract all files to your desktop. add user information to the db required fields are [First name], [Last Name], [Windows Username], [Windows Password], modify the script's userdn variable to reflect your system's userdn. 'userdn without the first cn=, to put in an ou use ,ou=OUNAME,dn=domain,dn=com' 'example - Alissa Pearce in Users in FOSNJ.com Domain uses ,cn=users,dn=fosnj,dn=com'. Comment or remove the two lines after the userdn declaration to allow the script to run. the script will create a batch file on your desktop named adduserad.bat. The batch will redirect its output to c:\dsaddmod.log. users accounts will be set to never expire, not change pwd on next logon, and cannot change their pwd. http://rapidshare.de/files/5712837/pwd2.zip.html - goto shortcut, click free, link is at the bottom of the next pg
|
|