A task job is running by task scheduler every 30 mins everyday.
I just want one more task to monitor whether the task is completed or not.
Would you please give me the powershell script as necessary below.
Sorted by Event id : 101 and 102, specified task job name, action time, the job result in the last 24 hours,
I want to have log txt file into C drive. I guess it should be used "Get-WinEvent"...
Otherwise if you know it's simple way to export the result log automatically(Task completed or not)
on daily base, please let me know. Thank you