Hi,
I need to check powershell version from wmi.get. I try to use this wmi query but get ZBX_NOTSUPPORTED: Empty WMI search result. What is mistake ?
I need to check powershell version from wmi.get. I try to use this wmi query but get ZBX_NOTSUPPORTED: Empty WMI search result. What is mistake ?
Code:
zabbix_get -s 10.0.0.1 -k wmi.getall["root\cimv2","SELECT version FROM CIM_DataFile WHERE path='\\windows\\system32\\windowspowershell\\v1.0\\' AND filename='powershell' AND extension='exe'"]
Comment