Bulk password reset?

  • Thread starter Thread starter bolt thrower
  • Start date Start date
B

bolt thrower

On Win2k and 2.3k server, is there a way to bulk reset users' passwords?
I'd like to be able to 'select all' and then reset all passwords.

Can that be done?
 
You could use dsquery user to query for the users and then pipe the info
into dsmod to change their passwords:
i.e to change the password for all users starting with the letter u in the
OU=test,DC=contoso,DC=com domain and force them to change password at next
logon:

c:>dsquery user ou=test,dc=contoso,dc=com -name u* | dsmod user -pwd test
-mustchpwd yes

HTH

Srikanth N
This posting is provided "AS IS" with no warranties, and confers no rights.
 

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

Similar Threads

IMAP 1
IMAP 0
Reset password from USB boot 4
Secure Erase Samsung Galaxy S7 8
forgot password safe master password 1
Unsolicited Emails 12
Wifi Network Issue 0
How to reset windows password 1

Back
Top