wazuh-agent-installer-windows.cmd
· 396 B · Batchfile
Orginalformat
# 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
# run CMD as administrator
# 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"
NET START Wazuh
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 | # run CMD as administrator |
4 | # cd to download directory |
5 | |
6 | wazuh-agent-4.8.1-1.msi /q WAZUH_MANAGER="freak.palmasolutions.net" |
7 | |
8 | wazuh-agent-4.8.1-1.msi /q WAZUH_MANAGER="192.168.184.204" |
9 | |
10 | NET START Wazuh |