Malin revidoval tento gist . Přejít na revizi
1 file changed, 3 insertions
wazuh-agent-installer-windows.cmd
@@ -1,7 +1,10 @@ | |||
1 | 1 | # from: https://documentation.wazuh.com/current/installation-guide/wazuh-agent/wazuh-agent-package-windows.html | |
2 | 2 | # download installer: https://packages.wazuh.com/4.x/windows/wazuh-agent-4.8.1-1.msi | |
3 | + | # run CMD as administrator | |
3 | 4 | # cd to download directory | |
4 | 5 | ||
5 | 6 | wazuh-agent-4.8.1-1.msi /q WAZUH_MANAGER="freak.palmasolutions.net" | |
6 | 7 | ||
7 | 8 | wazuh-agent-4.8.1-1.msi /q WAZUH_MANAGER="192.168.184.204" | |
9 | + | ||
10 | + | NET START Wazuh |
Malin revidoval tento gist . Přejít na revizi
1 file changed, 1 insertion
wazuh-agent-installer-windows.cmd
@@ -1,3 +1,4 @@ | |||
1 | + | # from: https://documentation.wazuh.com/current/installation-guide/wazuh-agent/wazuh-agent-package-windows.html | |
1 | 2 | # download installer: https://packages.wazuh.com/4.x/windows/wazuh-agent-4.8.1-1.msi | |
2 | 3 | # cd to download directory | |
3 | 4 |
Malin revidoval tento gist . Přejít na revizi
1 file changed, 6 insertions
wazuh-agent-installer-windows.cmd(vytvořil soubor)
@@ -0,0 +1,6 @@ | |||
1 | + | # download installer: https://packages.wazuh.com/4.x/windows/wazuh-agent-4.8.1-1.msi | |
2 | + | # cd to download directory | |
3 | + | ||
4 | + | wazuh-agent-4.8.1-1.msi /q WAZUH_MANAGER="freak.palmasolutions.net" | |
5 | + | ||
6 | + | wazuh-agent-4.8.1-1.msi /q WAZUH_MANAGER="192.168.184.204" |