30 Apr
2015
30 Apr
'15
3:43 p.m.
On Thu, Apr 30, 2015, at 00:14, martin.wojak at delwp.vic.gov.au wrote:
Dear All,
Does anyone have a way to run VBS External scripts via Windows Schedule Tasks, and send the results directly back to the Xymon Server?
Powershell appears to have the ability to talk TCP, so you could certainly write a Powershell script to connect to the Xymon server port 1984 and send the results for the test
example: $socket = new-object System.Net.Sockets.TcpClient($remoteHost, $port)