You need to setup monitoring on my windows servers to capture when a Scheduled task fails to execute. How can you do this?
Environment
Release: Any Component: ntevl
Resolution
Windows Scheduled tasks history is written to an event log.
Open Event Viewer and go to: Event Viewer (Local) / Applications and Services Logs / Microsoft / Windows / TaskScheduler / Optional.
You will see all the Task Histories.
The .evt files are located under C:\Windows\System32\Winevt\Logs directory.
As such, you should be able to use ntevl to select the Task Scheduler event logs on the setup screen and then setup the monitoring using this. NTEVL Probe Docs Example Screen Shot: