-
-
Notifications
You must be signed in to change notification settings - Fork 11
05. Script
Dan K. Snelson edited this page Dec 14, 2022
·
4 revisions
- Jamf Pro Documentation: Scripts
- Screencast (01:44; no audio)
Add the Nudge Post-install script to Jamf Pro:
-
Parameter 4: Reverse Domain Name Notation (i.e.,
org.churchofjesuschrist
) -
Parameter 5: Configuration Files to Reset (i.e.,
None (blank) | All | JSON | LaunchAgent | LaunchDaemon
) -
Parameter 6: Required macOS Big Sur Minimum OS Version (i.e.,
11.7.1
) -
Parameter 7: Required macOS Big Sur Installation Date & Time (i.e.,
2022-11-24T10:00:00Z
) -
Parameter 8: Required macOS Monterey Minimum OS Version (i.e.,
12.6.1
) -
Parameter 9: Required macOS Monterey Installation Date & Time (i.e.,
2022-11-24T10:00:00Z
) -
Parameter 10: Required macOS Ventura Minimum OS Version (i.e.,
13.0
) -
Parameter 11: Required macOS Ventura Installation Date & Time (i.e.,
2022-11-24T10:00:00Z
)
Beginning with Nudge 1.1.0, Mac Admins can leverage userInterface : actionButtonPath
to execute a Jamf Pro policy.
"userInterface": {
"actionButtonPath": "jamfselfservice://content?entity=policy&id=1&action=execute",
To open System Preferences > Software Update (i.e., Nudge v1.0.0 behavior), delete the entire actionButtonPath
line.