Hello,
Currently we are undergoing a security initiative where we must meet certain security requirements. One of these requirements is the logging of all logon/logoff events. We have a mixed environment of Windows and Macintosh. I have already got this setup for our Windows environment by utilizing Event Collector on Windows Server 2012 R2, where the Windows client systems are submitting their logs to the collector, and then on the collector server I use a PowerShell script to move the events to a SQL database. This meets the requirements.
But I am supposed to implement the same for our Mac environment. I need to collect the logon/logoff events and store them in SQL.
I am curious if anyone else is doing this, and if so, how you are doing it.
Thanks,
Aaron.