zpropheter / Jamf-Log-Grabber

Finds logs and plists related to Jamf management settings
48 stars 8 forks source link

Add reporting from MDM Client Command #16

Closed zpropheter closed 5 months ago

zpropheter commented 6 months ago

Is your feature request related to a problem? Please describe. Provide additional device details based on the information from the mdmclient command

Describe the solution you'd like Incorporate items from the MDMClient Command like sudo /usr/libexec/mdmclient QuerySecurityInfo to show if the device is Automated Device Enrollment enrolled, has filevault enabled, etc.

zpropheter commented 6 months ago

Could take some time as there is not a lot of documentation on the mdmclient command by Apple. Could add the command listed above but want to make sure there aren't more relevant ones before incorporating into the Project.

zpropheter commented 6 months ago

/usr/libexec/mdmclient AvailableOSUpdates /usr/libexec/mdmclient QueryDeviceInformation /usr/libexec/mdmclient QueryInstalledProfiles /usr/libexec/mdmclient QueryInstalledApps /usr/libexec/mdmclient DumpManagementStatus

zpropheter commented 5 months ago

Included all commands with separate files output to /client_logs. Does create a bit more clutter but overall output could be helpful.