Forum Discussion
Shack
Advisor
10 months agoWill the complex filter option within an event source let you script a number of occurrences value or is it still just for basic filtering?
I don't have LM Logs but would like to be able to account for a a bunch of consecutive failed logons but ignore when it occasionally happens.
Cant use PowerShell unfortunately.
Anonymous
10 months agoNot with the filter option built in. But you could use the script cache to remember the last few polls and get a rolling sum of failed logins. It's more of a datapoint, but then you'd alert whenever the failures surpassed your threshold.