====== Install Zabbix Agent ====== - Download agent for Windows from the official [[http://www.zabbix.com/download.php|Zabbix download]] page. - Extract the files to C:\zabbix - Open and elevated PowerShell session: & c:\zabbix\bin\win64\zabbix_agentd.exe --config c:\zabbix\conf\zabbix_agentd.win.conf --install Set-Content -Path C:\zabbix\conf\zabbix_agentd.win.conf -Value @" LogFile=c:\zabbix_agentd.log Server=192.168.0.10 ServerActive=192.168.0.10 Hostname=${env:COMPUTERNAME} "@ & c:\zabbix\bin\win64\zabbix_agentd.exe --start