If we would like to check the general iCloud logged in status, we would
perform:currentUser=$(stat -f%Su /dev/console)
iCloudLoggedInCheck=$(defaults read
/Users/$currentUser/Library/Preferences/MobileMeAccounts Accounts) if [[
"$iCloudLoggedInCheck"...
Thank you Damien. We are seeing the same here. Install success if the
Box Tools .pkg is run from double-click, but failed if installed via
MDM, even with their provided install scripting.Also worth noting that
the install will fail if it is already i...
Hi! With Monterrey pretty sure you want to POST to
https://instance.jamfcloud.com/api/v1/macos-managed-software-updates/send-updateshttps://developer.jamf.com/jamf-pro/reference/post_v1-macos-managed-software-updates-send-updates
We have tested and i...