Hello,
i have created a powershell exexml sensor. The Problem is if the user is logged on to the Probeserver, the sensor works. Is the User logged of I get an access denied back. Permissions were checked and no problems were found. It works without problems when the user is logged in. Are the settings in PRTG or the server wrong? Can someone help?
Thanks
Regards
Article Comments
Hi,
I have solved the problem. I have added the variables for credentials in the script and I changed from Windows Credentials to Security Context. After the change it now runs without problems.
Thanks
Regards
Jun, 2020 - Permalink
Hi there,
It's possible that the script uses a already implemented session if the user is logged in the server. However, if the user is not logged in the session is not available and the error occurs. I would recommend to check whether the authentication works in the script.
Jun, 2020 - Permalink