View Full Version : Display last unsuccessful login attempts


Peter Chung
Is there any settings in Win2k to display the last
unsuccessful login attempts on an account when that
account is successful log-in ? This should be a useful
security features to alert the account holders who is
attempting to break in. Do I need to write login scripts
to achieve this ?

Steven L Umbach
You can view failed logon attempts by enabling account logon or logon events. Account
logon events keep track of where a user authenticated to while logging on locally to
computer which would either be the domain controller or the local sam if not logging
onto a domain. Logon events keep track of where a user uses his credentials to try to
access a resource, whether it is a domain machine he is logging onto or trying to
access a network share. Enabling account lockout policy will alert a user or
administrator when someone may be trying to access an account that they should
not.--- Steve

http://support.microsoft.com/default.aspx?scid=KB;en-us;q248260

"Peter Chung" wrote in message
news:00bc01c3a9a2$efaec3f0$a001280a@phx.gbl...
> Is there any settings in Win2k to display the last
> unsuccessful login attempts on an account when that
> account is successful log-in ? This should be a useful
> security features to alert the account holders who is
> attempting to break in. Do I need to write login scripts
> to achieve this ?