Hello
I face a problem with Execute Program as Notification method in my environment.I want to Shutdown a windows server remotely when a sensor went into Down state. I write a simple powershell as below. Stop-computer -Computername 192.168.1.x I changed execution policy into unrestricted.then I copied it to Notification--->exe Folder. My Core and Probe is the same server.when I run it manually it works. When I test it I see Status sending EXE:OK in Log,but it doesn't work. Please let me know what should I do?
Add comment