Bulk Users creation to windows 2003 domain.
Create one excel file name is user5.xls.
Type fill givenname and sn filed. Also change your ou and domain name.





Save as the excel file to users5.csv file

Delete unwanted field of emp.code.
Finally save this file user5.csv
goto domain command prompt type
c:\csvde -i -f user5.csv
After that all users are imported to active directory. Next step is enable the account and Passoword using the following script.
' start script
' PwdLastSet.vbs
' Example VBScript to FO...
Continue reading...