I am trying to use the PRObject executable to pause/un-pause sensors for the command line. I keep receiving the error "The operation has timed out".
An example of the command
PRObject.exe -u=https://prtgserver -un=myusername -pw=mypassword -id=40273 -a=p
I have tried the -u parameter with the following "formats"
prtg (base server name) prtg.mydomain.com https://prtg https://prtg.mydomain.com
Add comment