Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save stevehenderson/936c2ca26225e7a58bd4ea22b3c0fea9 to your computer and use it in GitHub Desktop.
Save stevehenderson/936c2ca26225e7a58bd4ea22b3c0fea9 to your computer and use it in GitHub Desktop.
wazuh ms 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='10.10.10.47'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment