-
Notifications
You must be signed in to change notification settings - Fork 967
Open
Description
I'm on my second or third GOAD deployment, and the install has gone smooth except for one consistent hiccup: the wazuh-agent-4.8.2-1.msi package doesn't download on SRV01:
I tried a variety of things to iron this out in the .yml files and it's probably something obvious I'm messing up, but the way I've solved this every time is just to VNC console into SRV01 and manually run PowerShell command to download the package to c:\tmp
invoke-webrequest https://url-to-wazuh-package.msi -outfile c:\tmp\wazuh-agent
Screenshot with the full/correct command:
And then all I do is run the install
command again from the Ludus prompt and the GOAD install finishes clean.
Metadata
Metadata
Assignees
Labels
No labels