batch password change

  • Thread starter Thread starter Glenn
  • Start date Start date
G

Glenn

Is there a utility that will allow me to change the passwords for users by
taking info off out of a csv file? or something similar?
 
Is there a utility that will allow me to change the passwords for users by
taking info off out of a csv file? or something similar?

net user username newpassword /domain

dsmod user <userdn> -pwd newpassword

See tips 6820 and 7325 in the 'Tips & Tricks' at http://www.jsiinc.com



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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top