J Jonathan Reiser Sep 25, 2003 #1 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?
J Jerold Schulman Sep 26, 2003 #2 Is there any way to reset the password for more than one user at a time, such as with the command prompt? Click to expand... 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
Is there any way to reset the password for more than one user at a time, such as with the command prompt? Click to expand... 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