Malin revised this gist . Go to revision
1 file changed, 3 insertions
remove-wazuh-endpoints.sh(file created)
| @@ -0,0 +1,3 @@ | |||
| 1 | + | # from https://documentation.wazuh.com/current/user-manual/agent/agent-management/remove-agents/remove.html | |
| 2 | + | ||
| 3 | + | for i in $(cat /root/agents.txt); do /var/ossec/bin/manage_agents -r $i; done | |
Newer
Older