Copyright 1997 Pragma Systems, Inc
**NOTE: This program ONLY runs in Windows NT and NOT in Windows 95. **
passwd.exe
Password program allows a user to change their password from the command line. The user will be prompted for any required value that was not entered on the command line.
USAGE:
passwd /P oldpassword /N newpassword /U username /D domainname [/I] [/?]
COMMAND OPTIONS:
/P oldpassword Gets old password as input
/N newpassword Gets new password as input
/U username Gets user name as input
/D domainname Gets domain name as input
/I Interactive Mode
/? Displays text help file
EXAMPLES:
To change password by giving old password and be prompted for new password, user name & domain name, type:
passwd /P oldpasswd
To change password by giving your domain name and be prompted for old passwd, new passwd & username, type:
passwd /D domainname
To run in interactive mode, type:
passwd /I