Has anyone gotten variables to be passed to an external program with an Advance Alert is triggered, or when an alert from a trap is triggered?
I try to run
C:\script\script.bat ${Node.SysName} ${Node.IP_Address}
C:\script\script.bat "${Node.SysName} ${Node.IP_Address}"
C:\script\script.bat "${Node.SysName}" "${Node.IP_Address}"
But none work.