This author explains in detail what the TCC database contains and the meaning of the various fields present in it circa 2021. https://www.rainforestqa.com/blog/macos-tcc-db-deep-dive
#!/bin/bash ### Note the hardcoded "JamfSign" certificate name # Source and destination folders SOURCE_FOLDER="~/Desktop/source" DESTINATION_FOLDER="~/Desktop/destination" # Check if the source and destination folders exist if [ ! -d "$SOURCE_FOLDER" ];…
Rich Trouton documents how to create a configuration profile with an encrypted payload Link: https://derflounder.wordpress.com/2019/09/16/creating-macos-configuration-profiles-with-encrypted-payloads/
Rich Trouton just posted this article on Providing Jamf Pro computer inventory information via macOS configuration profile This made me think this could be leveraged to name a computer very…
Roll-Your-Own Configuration Profile | JNUC 2019 Have you ever wanted to manage a setting with a configuration profile, but didn’t want to also manage the rest of the settings contained…
This link contains instructions for how to set preferences for Microsoft Defender for Endpoint on macOS in enterprise organizations. To configure Microsoft Defender for Endpoint on macOS using the command-line…
Following guidance from this Jamf Nation post and this JSON Schema I was able to put together this configuration file. MOZILLA FIREFOX STIG - REVISION HISTORY Version 6, Release 3…