@Sparkum Finally got a windows vm setup and got the agent working.
This are the steps I took to get it working:
Download windows pre-compiled agent:
http://www.zabbix.com/downloads/3.0.0/zabbix_agents_3.0.0.win.zip
From an elevated cmd promt
I went inside the extracted folders to install the zabbix agent as a service:
zabbix_agents_3.0.0.win\bin\win64\
Executed the following command to install the service and point to the config file:
zabbix_agent_d.exe --config "..\..\conf\zabbix_agentd.win.conf" --install
Now we need to edit the config file to point to our zabbix server:
zabbix_agents_3.0.0.win\conf\zabbix_agentd.win.conf
Modify the following options:
Server=Zabbix Server IP Address
ServerActive=Zabbix Server IP Address
Hostname= FQDN of windows host
Went back to the bin folder and started the service:
..\zabbix_agents_3.0.0.win\bin\win64\zabbix_agent_d.exe --start
Allow the zabbix_agentd.exe
executable throught the windows firewall.
Add the host to the Zabbix Server
In new host settings add:
# HOST TAB
Host name = FQDN of your windows host
Groups = Use a preset group or create a new one
Agent Interfaces = IP address of Windows Host
Enabled = Checked.
#Templates Tab
Link new templates = Template OS Windows
Save your newly created host and wait for a couple of minutes to get it talking to your server
Its done and reporting =).