Installing Wazuh Agent on Windows 11

Wazuh Dashboard

Go to Agents management > Summary, and click on Deploy new agent.

Run the following commands to download and install the agent:

Invoke-WebRequest -Uri https://packages.wazuh.com/4.x/windows/wazuh-agent-4.12.0-1.msi -OutFile $env:tmp\wazuh-agent; msiexec.exe /i $env:tmp\wazuh-agent /q WAZUH_MANAGER='<server_ip>' WAZUH_AGENT_NAME='<agent_name>' 
Start the agent
NET START WazuhSvc
WordPress Appliance - Powered by TurnKey Linux