Hi,
Came across an old post with a powershell script to monitor link / skype server. https://kb.paessler.com/en/topic/63184-how-to:-lync-2013-monitoring
I saved the "prtg-lyncuser.ps1" script in my C:\Program Files (x86)\PRTG Network Monitor\Custom Sensors\EXEXML folder and set execution policy to unrestricted on the prtg server.
if i run the script manually just by calling the ps1 file i am getting
Start PRTG Sensor Server: lync1.corp.local Serverlist count: 1 Server: lync1.corp.local End: ExitCode 0 Sending Result to output pipeline <prtg> <result> <channel>SIPClients(lync1.corp.local)</channel> <value>116</value> <unit>Count</unit> <mode>Absolute</mode> </result> <text>LyncUsers:</text> </prtg
however if I add it as a custom exe sensor in prtg i am getting No "result" or "error" in XML response.
Could anyone suggest what I am missing ?
Add comment