Re: Change password at next logon without resetting password or using
- From: "Richard Mueller [MVP]" <rlmueller-nospam@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 9 Jan 2008 13:21:50 -0600
Brian Edwards wrote:
We had to dismiss two admin-level IT employees suddenly. They knew many
end
user passwords at the company. Changing all of the admin passwords is no
problem, it's the end user passwords we're concerned about. Here is what
we
want to accomplish:
- We want to force all users to change their passwords at the very next
logon
We do already employ a GPO that governs Password Policy, and it works
great.
Every 60 days users must change their passwords and the minimum age of a
password is 5 days. Password History remembers 3 passwords, so it's
difficult for them to use the same password over and over.
Now, however, we need everyone to change their passwords relatively
immediately. We've been instructed *NOT* to make this public knowledge by
sending a general email asking everyone to change their passwords, which
would be the easiest method. So, two questions come to mind:
1. If, in Active Directory, we use the "Reset Password" function, can we
leave the password fields blank but select the "User must change password
at
next logon" and have the users' current passwords still work at the next
logon but have them still get prompted to immediately change their
passwords?
2. Is there a way to force password changes *at next logon* using a
temporary GPO, and if so, how do we determine when all of the passwords
have
been changed? There may be some employees who do not login for a week or
more, due to vacations and such.
I've done a little research but haven't found these answers yet, and I'm
pressed for time. I appreciate your assistance.
You want to assign the value 0 (zero) to the pwdLastSet attribute of all
user objects. This expires the password so the user must change it the next
time they logon (if their passwords expire). You can use a script or a
command line utility, like csvde, to do this.
--
Richard Mueller
Microsoft MVP Scripting and ADSI
Hilltop Lab - http://www.rlmueller.net
--
.
- Follow-Ups:
- Re: Change password at next logon without resetting password or using
- From: Richard Mueller [MVP]
- Re: Change password at next logon without resetting password or us
- From: Brian Edwards
- Re: Change password at next logon without resetting password or using
- Prev by Date: Re: Incompatible schema
- Next by Date: Description Size Limit
- Previous by thread: Remote Desktop Login
- Next by thread: Re: Change password at next logon without resetting password or us
- Index(es):
Relevant Pages
|