& 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