RE: Bulk password reset?
srikantn_at_online.microsoft.com
Date: 06/10/04
- Next message: Mohamed: "error 5774 in even log and server not found by clients"
- Previous message: nilanjay: "perfmon fail to indentify and collect counters on processid"
- In reply to: bolt thrower: "Bulk password reset?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 10 Jun 2004 07:25:32 GMT
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.
- Next message: Mohamed: "error 5774 in even log and server not found by clients"
- Previous message: nilanjay: "perfmon fail to indentify and collect counters on processid"
- In reply to: bolt thrower: "Bulk password reset?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|