Hi,
I have this error on a 'Disk Free' sensor, Target Dell laptop windows 7. The error specifies q: drive, but I dont have a q: drive? I ran the WMI tester and query which accesses my c: drive fine. The query used and results are posted below. Does anybody know how to resolves this?
Last Message: The host's WMI system is returning invalid data: in class Win32_LogicalDisk - q: FreeSpace q: Size To resolve this issue, use Paessler WMI Tester (https://www.paessler.com/tools/wmitester) with the correct query from https://kb.paessler.com/en/topic/8783 to test the accessibility of your WMI counters. (code: PE098)
query used in WMI Tester -
SELECT DriveType,DeviceID,FreeSpace,Size,VolumeName FROM Win32_LogicalDisk WHERE DriveType=3
WMI Tester results -
DeviceID; | DriveType; | FreeSpace; | Size; | VolumeName |
---|---|---|---|---|
C:; | 3; | 460094652416; | 624299429888; | OS |
Q:; | 3; | ""; | ""; | "" |
Add comment