Skip to content

05. Script

Dan K. Snelson edited this page Dec 14, 2022 · 4 revisions

Resources


Jamf Pro Script Parameter Labels

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)

Nudge Post-install Script Parameters


Execute a Jamf Pro Policy

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.