Hi,
you can use function AgentExecuteAction to execute action on remote agent. So script which will cause remote node to restart will looks like this:
you can create scheduled task which will call this script.
Best regards,
Victor
you can use function AgentExecuteAction to execute action on remote agent. So script which will cause remote node to restart will looks like this:
Code Select
AgentExecuteAction($node, "System.Restart");
you can create scheduled task which will call this script.
Best regards,
Victor