Networking Forums

Networking Forums > Computer Networking > Windows Networking > domain wide password change

Reply
Thread Tools Display Modes

domain wide password change

 
 
Kirrin Jones
Guest
Posts: n/a

 
      12-28-2007, 07:00 PM
Hello Board,

I would like to force all my users to change their password next month.

What's the quickest way to have this scheduled for all users (or
specific users)?
 
Reply With Quote
 
 
 
 
Masterplan
Guest
Posts: n/a

 
      12-29-2007, 07:28 AM
Hi Kirrin,

You could use Windows 2003 tools like dsquery and dsmod. A model of this
script is:
dsquery user “ou=users_ou,dc=yourdomain,dc=org” -limit 0 | dsmod user
-mustchpwd yes
The - limit switch specifies the number of objects that match the given
criteria to be returned. If the value is 0, all matching objects are
returned. If you do not use the limit switch, only the first 100 results are
shown.

Have a nice day!



"Kirrin Jones" wrote:

> Hello Board,
>
> I would like to force all my users to change their password next month.
>
> What's the quickest way to have this scheduled for all users (or
> specific users)?
>

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Force Password change in Domain Tim Windows Networking 4 04-21-2006 09:18 PM
forced cross domain password change.... phatso454@yahoo.com Windows Networking 3 03-03-2006 12:46 PM
cannot change your password because domain not available BigMo45 Windows Networking 2 11-28-2005 03:02 PM
Unable to change password on 2003 domain Andrew Windows Networking 1 09-30-2003 12:30 PM
change domain password in workgroup Ryan Lo Windows Networking 0 09-24-2003 04:50 AM



1 2 3 4 5 6 7 8 9 10 11