Background: Remote probe on Server X Sensor in question is under Server Y in a group on the remote probe on Server X. Sensor runs a batch file with the following commands:
@ECHO OFF SETLOCAL ENABLEEXTENSIONS SET server=%1 SET port=%2 REM Note that this assumes that the "portconnections.vbs" file exists in the listed path on the REMOTE machine. REM Also, this script only works with host names. WinRM will not work with an IP address here. FQDN is not necessary if in the same domain. winrs -r:%server% cscript "D:\scripts\portconnections.vbs" %port%
The batch file runs fine when I remotely login to the remote probe server X and use the same parameters I have in the sensor. I RDP into server X using the same credentials used in PRTG "Credentials for Windows Systems".
I've spent hours digging around the internet for what this error means and all I find is very specific suggestions for specific applications that don't apply here.
Add comment