reset password

  • Thread starter Thread starter Jonathan Reiser
  • Start date Start date
J

Jonathan Reiser

Is there any way to reset the password for more than one user at a time,
such as with the command prompt?
 
Is there any way to reset the password for more than one user at a time,
such as with the command prompt?
yes.

net user user1 newpassword1 /domain
net user user2 newpassword2 /domain

For all users, see tip 4646 in the 'Tips & Tricks' at http://www.jsiinc.com
For all users in a domain group, see tip 4647.



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