Install Zabbix Agent

  1. Download agent for Windows from the official Zabbix download page.
  2. Extract the files to C:\zabbix
  3. 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