VBScript program to set user passwords for the users in a text list. The program uses the LDAP provider to bind to the user objects.

The program CreateUserList2.vbs can be used to create the text file with user names. The ADsPath of each user is specified in the text file. For each user, the password is added to the file, separated from the ADsPath by the "pipe" symbol, "|". This allows the administrator to set a different password for each user, if desired.

This program should work on any 32 or 64-bit Windows client that can log onto the domain. Windows NT and Windows 98/95 clients should have DSClient installed. If DSClient is not installed, they need WSH and ADSI installed.

In order to set passwords, the client must be able to encrypt using a Secure Sockets Layer (SSL) connection. This means that Internet Explorer must use 128-bit encryption.

SetPWForUserList2.txt <<-- Click here to view or download the program