Link to home
Start Free TrialLog in
Avatar of Aaron
AaronFlag for United States of America

asked on

Allow 2 password changes every 24 hours

Our current password policy is as follows:

Enforce history: 6 days
Maximum Age: 60 days
Minimum age: 1 day
Mimimum Length: 8 characters
Complexity: enabled
encryption: disabled

We want users to be able to change their password twice before the minimum age restriction goes into effect.

Ex 1: current envrionment (assuming same day)
usera changes password -> accepted
usera changes password again -> denied

Ex 2: desired environment (assuming same day)
usera changes password -> accepted
usera changes password -> accepted
usera changes password again -> denied

Any ideas on this would be greatly appreciated.
ASKER CERTIFIED SOLUTION
Avatar of Mike Kline
Mike Kline
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I agree with the previous comment - you cannot do what you are asking without a 3rd party tool
Avatar of Aaron

ASKER

If it can't be done in Group Policy, it can't be done.  Thanks mkline.