Link to home
Start Free TrialLog in
Avatar of thopham
thopham

asked on

Warning before Account Locked Out

Is there a way to get any of alert or warning before user account locked out after a few failed attemps? Let's say that domain password policy sets account will locked out after 5 failed attemps, I like to have some kind of alert or warning after the third or fourth failed attemp. Thanks
Avatar of Nirmal Sharma
Nirmal Sharma
Flag of United States of America image

I don't think that there is a way to do because when the account is locked a log is placed in Event Viewer. Do you want warning to be disaplyed at user end ?
Avatar of thopham
thopham

ASKER

Thanks for your response SystmProg. Sorry I wasn't clear there. Yes, I would like a warning displayed at the user end, or if possible, an alert message send to administrator when the account is locked out.
No. I found a lot article on Net and they stat that account lockout warnings can not be issued to users except you develop a manual program that will issue the certain warning to users after reaching a certain counter.

Thanks
Avatar of thopham

ASKER

The event id 644 'Account Management' is logged in the Security log when an account is locked out, is there a way to trigger a script to run when this event id is generated?
ASKER CERTIFIED SOLUTION
Avatar of Netman66
Netman66
Flag of Canada 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
SOLUTION
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
Avatar of thopham

ASKER

Any idea what the Registry key counter is?
>>>Any idea what the Registry key counter is?

Wait...let me write a batch file that will do that job. I will post later.