Same here, while trying to setup a WMI Security Sensor this error comes up:
"The WMI query returns an ambiguous result set. It returns too much data while PRTG expects only a single result. For more information, see https://kb.paessler.com/en/topic/1093. (code: PE017)"
This comes from an endpoint running Windows 10 Pro 20H2 with ESET Endpoints Security. This sensor works fine on another machines running previous Builds of Win10 with the same ESET program, so something probably changed on the WMI side.
Running Get-WmiObject -Namespace root\SecurityCenter2 -Class AntivirusProduct
on this affected machine does indeed return multiple valid data (regardingWindows Defender and ESET), but somehow it's probably not exactly in the format/structure that the PRTG security sensor expects it to be presented.
@Paessler Team: what queries does the WMI Security Sensor does exactly? We would like to try to get to the bottom of this problem and pin-point the causes, so that we can replicate the same functionality through a custom sensor without triggering this PE017 error.
Thanks in advance and best regards
Add comment