Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 2.02 KB

File metadata and controls

46 lines (25 loc) · 2.02 KB

Installing Wazuh Agents on Target Windows Server

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

image01

Choose Windows package and add your Server IP address

image02

Add your Wazuh Agent name, copy the following command and run Powershell as Administrator on your WindowsServer2019

image03

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' 

image04

Once you finished downloading, install Wazuh agent and start Wazuh service

NET START WazuhSvc

image05

You can verify Wazuh service is running or not by running services.msc in run box

image06

You can view Wazuh Agent’s status on Wazuh Endpoints Security Dashboards

image07 image08 image09