@franton are these profiles being deployed as custom configuration
profiles in Jamf. If so, are they set at the computer level or user
level? Or, are the profiles deployed manually through a package or other
means?
In case anyone is still looking for a solution to managing macOS
notifications outside of a configuration profile check out this GitHub
project ncprefs.py. Initial testing looks promising. The only caveat is
whether or not you would like to maintain ...
I've been using the same launchctl asuser setup and it works well right
now on 10.15.4. get_current_user() { # Grab current logged in user
printf '%s' "show State:/Users/ConsoleUser" | /usr/sbin/scutil |
/usr/bin/awk '/Name :/ && ! /loginwindow/ {pri...
Thanks for the Python script Graham Gilbert. Not sure if it helps anyone
else, but I made a few modifications. I've tested on Catalina deploying
from Jamf and it works great. Removed the option to supply a path with
--path. Added a check to make sure...