Has anyone been able to restart the service if its down?
I created an action to execute an external program that looks something like this
"sc.exe \\${Node.DNS} start ${ApplicationName}" now if it actually type that in a cmd prompt and substitute Node.DNS for the DNS name of the server with the application down, and substitute ApplicationName for the name of the service Im trying to start it works. However it does not seem to be working through Orion.