A few weeks ago I implemented a scheduled task that executes every 20 minutes on every workstation and server in the organization. This task runs under the local system account.

Since that date I have had a massive increase in the number of logon events (4624 and 4634) generated by all of my systems. This is a problem for my Splunk licensing.

Other than rewriting the executable this task fires into a full fledged service is there any way to change this behavior? I'd think that an executable run on the local box with local permissions wouldn't require authenticating to the domain controller.

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

It does not appear that there is a ready way to eliminate this logging so I created a small service around the code for the original executable.

link|improve this answer
Just out of morbid curiosity, what did you have running every 20 minutes on every machine? – mfinni Jan 27 at 22:23
I needed a better way to address client side targeting. I have previous questions about it, including serverfault.com/q/347129/90351 – Tim Brigham Jan 28 at 0:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.