Is it possible to have multiple scheduled tasks, both with recurrences on the same host? For instance, I’m trying to run a Powershell script that runs X days after Windows patch Tuesday (2nd Tuesday of the month). Then, I’d like to run another Powershell scripts that runs X+1 days after Windows patch Tuesday. Whenever I try to set this up, it doesn’t take the recurrence (next run time is wrong). Any ideas?
Currently, there can only be one recurring task per row. Your options are either to use the multiple tasks schedule with specific days/times scheduled (not using recurrence), or you can create 2 rows per host, with each row holding 1 recurring task.
Doug,
Ahh, guess I didn’t realize you could add multiples of the same host. That worked like a charm. Thank you for the support and speedy response!
Cheers,
Ron