4 weeks ago - last edited 4 weeks ago
Back again with another (potentially) useful script. This one will prompt the user if they haven't enabled specific features inside the Security & Preferences settings. Great for making sure that Audio & Screen recordings are enable or the microphone is enabled for certain apps. You can choose from a huge list of TCC Service Items (complete Sequoia list on my site) and the script can verify easily be modified to handle specific Service Items as well as custom message for each item. Each dialog can be customized to show a full size notification or a mini notification, as well as prompt the user x times before giving up.
Repo is at: https://github.com/ScottEKendall/JAMF-Pro-Scripts/tree/main/PPPCNudge
Sample of full size notification
Example of a mini dialog notification
JAMF script parameters
4 weeks ago
I'm actually in the middle of writing something like this and here you come along and ruin it all! Just kidding! Thanks for posting. I will check this out. It appears you're already doing what I have been trying. I just keep running into small issues.
4 weeks ago
What sort of issues are you running in to?
4 weeks ago
It's all mainly just figuring out how to structure while loops to work properly based on the user input. I have been able to get the script to respond appropriately. Now it's just a matter of being able to spend enough time with it. Looking at other people's work helps. Rocketman Tech has a couple of blog posts about this and I was able to grab some code from those posts that helped a lot.