Im trying to get a list of the top five processes on a windows machine using powershell
I run this as my discovery rule
system.run["C:\Windows\System32\WindowsPowerShell\v1.0\powers hell.exe -NoProfile -ExecutionPolicy Bypass -File C:\zabbix\scripts\WindowsTopUsage.ps1"]
discovery works and returns data but zabbix errors to unsupported item key..I'm missing something here and I cant seem to find it.
I have attached screenshots
I run this as my discovery rule
system.run["C:\Windows\System32\WindowsPowerShell\v1.0\powers hell.exe -NoProfile -ExecutionPolicy Bypass -File C:\zabbix\scripts\WindowsTopUsage.ps1"]
discovery works and returns data but zabbix errors to unsupported item key..I'm missing something here and I cant seem to find it.
I have attached screenshots
Comment