Created
May 11, 2025 19:53
-
-
Save stevehenderson/936c2ca26225e7a58bd4ea22b3c0fea9 to your computer and use it in GitHub Desktop.
wazuh ms agent
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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='10.10.10.47' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment