Note: For more detailed deployment variables for Windows Wazuh Agent Installer, you can reference from Wazuh official documentation websites
https://documentation.wazuh.com/current/installation-guide/wazuh-agent/wazuh-agent-package-windows.html https://documentation.wazuh.com/current/user-manual/agent/agent-enrollment/deployment-variables/deployment-variables-windows.html
On your Wazuh Manger dashboard, go to Server Management > Endpoint Summary> Deploy new agent
Choose Windows package and add your Server IP address
Add your Wazuh Agent name, copy the following command and run Powershell as Administrator on your WindowsServer2019
Invoke-WebRequest -Uri https://packages.wazuh.com/4.x/windows/wazuh-agent-4.9.0-1.msi -OutFile ${env.tmp}\wazuh-agent; msiexec.exe /i ${env.tmp}\wazuh-agent /q WAZUH_MANAGER='152.42.236.56' WAZUH_AGENT_NAME='WindowsServer2019' Once you finished downloading, install Wazuh agent and start Wazuh service
NET START WazuhSvcYou can verify Wazuh service is running or not by running services.msc in run box
You can view Wazuh Agent’s status on Wazuh Endpoints Security Dashboards








