I believe to properly fix this issue you'd need to a couple things:
-Determine which user accounts already have a securetoken; I'll include
an extension attribute that I use to list secure token holders within
the computers inventory record----------...
thanks for the tip that was decent. i recently had to tackle this issue
for a dozen or so laptops that were enrolled prior to 11.5 of macOS; i
ended up using the following script, it worked well enough after the
dependencies wqere installed on the ma...
i've used this script for years, has always worked well to download and
install office.hope that helps. #!/bin/bash#Caffeinate to disable
sleepecho "Status: Disabling sleep on your Mac while we do some
things."caffeinate -d -i -m -u &caffeinatepid=$...
In the past, I have used this script to do what you describe via jamf
pro, hope this helps. ------------ #!/bin/bash # server connection
informationURL="$JSSFQDN"userName="$apiaccount"password="$apipass" #
Lost Mode
messaginglostModeMsg="$messagehere...
sure, that's surprising to me as PPPC stuff; comes up often depending on
the apps being used. I'd ask support, I've never used now. if you can
create a proper pppc config profiles have worked well for me. good luck.