Thanks for that, that was really helpful. It turns out my Apple Silicon
device doesn't actually support Big Sur so i can't test the major
version upgrade but when the next version of macOS comes out in Apple
Seed i'll be able to confirm that it works...
I'm testing some API workflows at the moment and i have one for
triggering the EraseDevice MDM command to rebuild a Mac quickly:
#!/bin/bash
########################################################################################################
# SE...
We've moved to using DEPNotify instead of jamfHelper for now for any
full screen notifications and AppleScript dialog Jamf displayMessage
popups for smaller popups. I still have my apple care enterprise
incident opened and it has been escalated and t...
I'm getting these errors on Macs with or without Xcode
installed:2392022-02-14 08:01:29.272 softwareupdate[6024:19909] XType:
com.apple.fonts is not accessible.2022-02-14 08:01:29.272
softwareupdate[6024:19909] XType: XTFontStaticRegistry is enabled.
We are testing a workaround where the script in Jamf runs as root but
the software update commands are actually run as the logged in user
instead and we are having some success with this. It uses the
"/bin/launchctl asuser" command to change users. I...