I am trying to configure the event log monitoring to log if there is an administrator that gets logged in.
eventlog[Security,,"Success Audit",,528|680]
I have this set which works however it loggs all logins
I am wondering how i could configure it so that it would just log user Adminstrator so i could know if the admin account is being used?
Also what would the trigger be?
Thanks
Steven
eventlog[Security,,"Success Audit",,528|680]
I have this set which works however it loggs all logins
I am wondering how i could configure it so that it would just log user Adminstrator so i could know if the admin account is being used?
Also what would the trigger be?
Thanks
Steven
try to use administrator ID in
Comment