Windows – Deploying Ossec HIDS Windows Agent via GPO

active-directorygroup-policyossecwindows

I am trying to deploy OSSEC agent to about 100 Windows 7 boxes through GPO on our AD. I understand that I need to create and MSI from the EXE and import the specific client.keys file for the windows box. I was wondering if anyone has done this and if they could offer any helpful advice for accomplishing this task.

Best Answer

This can be now be accomplished via auto-ossec - https://github.com/BinaryDefense/auto-ossec

Download the WiX Toolset binaries and use the wxs\Create-AutoOssecMsi.ps1 to create the MSI file for deployment via GPO.