Posted on 08-17-2021 01:07 PM
Hello,
Trying to find the logs to user authenication (logon and logoff). I know we can view in History > Computer Usage Logs in Jamf. We need to record authenication of all workstations into our security monitor application.
Posted on 08-18-2021 08:10 AM
HI, the only way to get those is possibly using curl command make a Jamf API call. To see the list of your Jamf API commands. Go to https://YourJamfUrl/api Then select Classic API. Search for Computerhistory. It will show you how to use curl. I don't know how good your scripting and curl skills are but curl would be the answer to your question. Although that's a very daunting task depending on how many computer devices you have.