Change hundred Machine's local account password

  • Thread starter Thread starter Alan Tang
  • Start date Start date
A

Alan Tang

Hello:

Is it possible to using script to change over hundred of PC's local user
password? Would you mind to kindly give me some hints?

Thanks a lot!
 
Hello:

Is it possible to using script to change over hundred of PC's local user
password? Would you mind to kindly give me some hints?

Thanks a lot!

See tip 0349 » Freeware tool changes UserName or password in batch.
in the 'Tips & Tricks' at http://www.jsifaq.com

Example:


cryptpwd.exe -u Jerry -m \\JSI003 -P Aa1234567890Bb!

returns:
CryptPwd Ver 0.91 Apr97 by G.Zanzen (c) MCS Central Europe
Resetting Password of Jerry on \\JSI003

Just place all the commands in a batch file and run it.




Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com
 
Back
Top