A family of System Center products that provide an automation platform for orchestrating and integrating both Microsoft and non-Microsoft IT tools.
Hi @TBingeman ,
one option is to redesign the Runbooks. One with "Monitor Date/Time" and the summary email. And the second one with "Read Line" to get the servers and the Activities which should be triggered for each server.
Find the ois_export with the modifications here: https://1drv.ms/u/s!AkXRVOcQ_Bj_iNoQDAcR3X-Pi4zinQ
Define the line for each result in the properties of the second Runbook and return it with "Return Data":
Trigger this Runbook with the first Runbook and use "Flatten with line breaks" in the properties of the "Invoke Runbook" Activity.
Important is to check "Wait for Completion"!
In "Send EMail" subscribe the Result from "Invoke Runbook".
Regards,
Stefan
