We recently upgraded to the current release. In the prior release, we were able to send notifications using a EXE notification. A simple batch file to do a screen popup. Since the upgrade, these no long work. They work fine from a command windows *AND* the system log in PRTG shows OK. What is the problem?
Art
@echo off msg /server:STTN-127 * AdminListNetSend-127 %1 %2 %3 %4 %5 %6 %7 exit 0
Add comment