How do I set a date for password expiration?

  • Thread starter Thread starter Bob Feller
  • Start date Start date
B

Bob Feller

I'd like to have all users passwords expire on a certain day, say next
Friday. How do I make this happen?? I have all users on one DC Windows
2000 Server.
Thanks
 
How about just using dsmod and forcing all users to change the password the
next time they logon. Run it at the end of business day the night before
you want it to expire.
 
Bob,

You'll need to go in and set all the user's passwords to require a change at
next logon on perhaps Thursday eve. This will require a script. I wouldn't
recommend doing this in one swoop if you have a large number of people in
your domain.

--
--
Brian Desmond
Windows Server MVP
(e-mail address removed)12.il.us

Http://www.briandesmond.com
 
Bob,

You'll need to go in and set all the user's passwords to require a change at
next logon on perhaps Thursday eve. This will require a script. I wouldn't
recommend doing this in one swoop if you have a large number of people in
your domain.


Thanks, I was hoping there would be an easier way, but if this is what
it takes, I guess I'll do that.
 
Back
Top