Sunspreader
Results
2
comments of
Sunspreader
You can achieve this by using Windows agent and Powershell commands. In your case: `(Get-WmiObject win32_battery).estimatedChargeRemaining`
You sould save srcipt as *script_name.ps1* somewhere on hard drive. For example: **c:\script\script_name.ps1** Then you should edit Zabbix agent config file, for example: **LogFile=c:\zabbix_agentd.log** **LogFileSize=10** **DebugLevel=2** **Server=10.10.10.10** **ListenPort=10050** **Hostname=W7X86** **EnableRemoteCommands=1**...