how can i enable this for all my users via jamf?
how can i enable this for all my users via jamf?
Excellent question, @mickl089.
This feature was introduced with Jamf Pro 10.42.0:
https://docs.jamf.com/10.42.0/jamf-pro/release-notes/New_Features_and_Enhancements.html#reference-50
Thanks for the fast answer!
One more question: my EA tells me "not found" - i´ve deactivated the feature for testing. After this, i made a sudo jamf recon, but the script tells me "not found" - is that correct?

Thanks for the fast answer!
One more question: my EA tells me "not found" - i´ve deactivated the feature for testing. After this, i made a sudo jamf recon, but the script tells me "not found" - is that correct?

On the affected Mac, what are you seeing for the output of the following Terminal commands?
/usr/bin/defaults read /Library/Managed\\ Preferences/com.apple.SoftwareUpdate ConfigDataInstall
/usr/bin/defaults read /Library/Managed\\ Preferences/com.apple.applicationaccess allowRapidSecurityResponseInstallation
On the affected Mac, what are you seeing for the output of the following Terminal commands?
/usr/bin/defaults read /Library/Managed\\ Preferences/com.apple.SoftwareUpdate ConfigDataInstall
/usr/bin/defaults read /Library/Managed\\ Preferences/com.apple.applicationaccess allowRapidSecurityResponseInstallation
The domain/default pair of (/Library/Managed Preferences/com.apple.SoftwareUpdate, ConfigDataInstall) does not exist
and
The domain/default pair of (/Library/Managed Preferences/com.apple.applicationaccess, allowRapidSecurityResponseInstallation) does not exist
The domain/default pair of (/Library/Managed Preferences/com.apple.SoftwareUpdate, ConfigDataInstall) does not exist
and
The domain/default pair of (/Library/Managed Preferences/com.apple.applicationaccess, allowRapidSecurityResponseInstallation) does not exist
Thanks for confirming, @mickl089; looks like it's "working as expected."
doesn't look accurate- the article about the EA says that the configdatainstall key should only be present if rapid security updates are not enabled . . . but I've got rapid security updates enabled and the configdatainstall key is present in my plist. edit: oh I see the later version of the EA now, that looks good 👍
doesn't look accurate- the article about the EA says that the configdatainstall key should only be present if rapid security updates are not enabled . . . but I've got rapid security updates enabled and the configdatainstall key is present in my plist. edit: oh I see the later version of the EA now, that looks good 👍
Sorry for any Dan-induced confusion, @elvisizer.