Windows Scheduled Task(s) monitoring
Hello folks,
We had a request from a client where he had the need to monitor some important scheduled task(s).
While checking the documentation, we wanted to avoid the procedure on the actual 'Job Monitor' for scheduled tasks (since the clients is kind of harsh when it comes to make changes in their boxes, even if those represent no harm).
Since we were only interested in the actual task return code (after its run), we've done a quick DS (powershell).
Just sharing it here in case it's useful for anyone.
GitHub repo -> Here
For now, we're alarming on the actual task return code != 0. Since MS advises that anything differing from that represents some sort of issue. However, if you've any ideas/improvements just let me know :)/emoticons/smile@2x.png 2x" title=":)" width="20" />
Thank you!