wazuh-agent-installer-windows.cmd
· 353 B · Batchfile
Bruto
# from: https://documentation.wazuh.com/current/installation-guide/wazuh-agent/wazuh-agent-package-windows.html
# download installer: https://packages.wazuh.com/4.x/windows/wazuh-agent-4.8.1-1.msi
# cd to download directory
wazuh-agent-4.8.1-1.msi /q WAZUH_MANAGER="freak.palmasolutions.net"
wazuh-agent-4.8.1-1.msi /q WAZUH_MANAGER="192.168.184.204"
1 | # from: https://documentation.wazuh.com/current/installation-guide/wazuh-agent/wazuh-agent-package-windows.html |
2 | # download installer: https://packages.wazuh.com/4.x/windows/wazuh-agent-4.8.1-1.msi |
3 | # cd to download directory |
4 | |
5 | wazuh-agent-4.8.1-1.msi /q WAZUH_MANAGER="freak.palmasolutions.net" |
6 | |
7 | wazuh-agent-4.8.1-1.msi /q WAZUH_MANAGER="192.168.184.204" |
8 |