I’m trying to figure out how to automate patching. We have certain servers that need to reboot if certain other servers reboot.
My first thought was simply WMI calls or Invoke-Command -ScriptBlock type scripts, but as the scripts are run as local SYSTEM, it has no authority to query network computers.
The only other thing I could think of would be to run a script on one server, and based on the results of that script, launch a script on a different set of servers. Is this possible to do in Automox?