How can I perform Monitoring and Alerting Specific Scheduled Tasks on multiple Windows Servers?
The scheduled Task execution details can be queried using these:
Provider Name: Microsoft-Windows-TaskScheduler/Operational
Windows Event ID: 101
Type: Error
I wanted to monitor just specific Scheduled Tasks that are manually created by the users/admins but not the built-in ones.
Thank you.