|
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 current_password
|
Current password
|
|
/N new_password
|
New password
|
|
/U username
|
User name to change password
|
|
/I
|
Interactive mode
|
|
/?
|
Display help file
|
EXAMPLES:
To change password by giving old password and be prompted for new password, user name & domain name, type:
passwd /P oldpassword
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
|