I read an article where we can do the configuration on wazuh server and then add a single line command on windows system cmd. But I want to know if there is a way to install agents without working on end user machine at all.
Thanks in advance
Hello,
Exist two alternatives to provisioning Windows agent:
You can read more in our documentation: Deploying with ansible
I hope it helps you.
Best regards,
Eva
Hello Krishna,
Regarding your question about how to register all the agents, the guides I sent you have a manager registration process but, if you have installed the agents and they aren’t registered, you can create a script to execute in windows machines using Ansible. You can follow the Ansible documentation.
The Windows agent Wazuh directory is C:\Program Files (x86)\ossec-agent. Here, you will find the binary agent-auth.
Executing it in PowerShell as follow you can register the agent in the manager: agent-auth -m <ip_manager>
Note, the manager must have the binary ossec-auth running.
Then, you can restart the agent using the command: net start OssecSvc
I hope it helps you.
Best regards,
Eva
Hello Eva,Could you also please help if there is a way to configure multiple wazuh agents automatically to wazuh manager.I mean once we push silent installation of wazuh agents on windows clients i want the agents to auto register with wazuh manager (like without manually generating authentication key from manager For each agent and entering it into agent and adding manager ip in agent)I am pretty new to this . So would require your support
--
You received this message because you are subscribed to the Google Groups "Wazuh mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wazuh+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/21bc6777-0d33-45d6-81ed-5ad231723810%40googlegroups.com.