Created
August 21, 2025 09:19
-
-
Save anir0y/c308c8883e5e3beb47b12e013b411996 to your computer and use it in GitHub Desktop.
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.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