L
Lance Simmons
We have about 1300 Active Directory accounts that are
currently flagged to have their passwords "never expire".
We want to start expiring passwords, but we don't want
them to all expire at once. I was thinking about setting
the pwdLastSet value in each of the 1000 accounts to a
random date between today and 90 days from now (so that
passwords expire over the next 90 days on at an "even"
rate). My understanding is that the pwdLastSet is
an "Integer8" value containing a special date/time offset.
The only documented settings for this field are 0 (expire
now) and -1 (never expire). If I try to set the pwdLastSet
to an arbitrary value, I get a scripting error. Does
anyone have any ideas about how we can best accomplish
what we want to do? We would like to avoid any sort of
daily, manual processes to change account settings (15 a
day, etc.)
currently flagged to have their passwords "never expire".
We want to start expiring passwords, but we don't want
them to all expire at once. I was thinking about setting
the pwdLastSet value in each of the 1000 accounts to a
random date between today and 90 days from now (so that
passwords expire over the next 90 days on at an "even"
rate). My understanding is that the pwdLastSet is
an "Integer8" value containing a special date/time offset.
The only documented settings for this field are 0 (expire
now) and -1 (never expire). If I try to set the pwdLastSet
to an arbitrary value, I get a scripting error. Does
anyone have any ideas about how we can best accomplish
what we want to do? We would like to avoid any sort of
daily, manual processes to change account settings (15 a
day, etc.)