Skip to content

Instantly share code, notes, and snippets.

@anir0y
Created August 21, 2025 09:19
Show Gist options
  • Save anir0y/c308c8883e5e3beb47b12e013b411996 to your computer and use it in GitHub Desktop.
Save anir0y/c308c8883e5e3beb47b12e013b411996 to your computer and use it in GitHub Desktop.
Invoke-WebRequest -Uri https://packages.wazuh.com/4.x/windows/wazuh-agent-4.8.1-1.msi -OutFile ${env.tmp}\wazuh-agent; msiexec.exe /i ${env.tmp}\wazuh-agent /q WAZUH_MANAGER='soc.anir0y.in' WAZUH_AGENT_NAME='windows-vm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment