Re: [ossec-list] How to automate configuration of OSSEC Agent on Windows?

2017-01-31 Thread Igor Gatis
I'm using 2.8.3. I managed to add agent key using the command below: echo y | "D:\Program Files (x86)\ossec-agent\manage_agents.exe" -i As for server IP, I used the following PowerShell snippet (it would be nice if manage_agents.exe handled that as well): $ossec_config_file =

Re: [ossec-list] How to automate configuration of OSSEC Agent on Windows?

2017-01-30 Thread Jose Luis Ruiz
Hi Igor, It's not possible in a windows package to set the Server IP and Key with command line. Which version is your Ossec Manager? If by chance you are using wazuh, you can follow this article: https://blog.wazuh.com/automatically-deploying-ossec-to-windows-using-wazuh-api/ i hope it

[ossec-list] How to automate configuration of OSSEC Agent on Windows?

2017-01-26 Thread Igor Gatis
I need to make OSSEC install fully automatic. Installation can be easily done with /S flag to make it silent (https://chocolatey.org/packages/ossec-agent) My question now is: how do I set server IP and agent key using command line? -- --- You received this message because you are