Support for InstallMacOSMinimumVersion key to suppress workflows for machines above a minimum specified version of macOS #300
jacobwestbrook-synth
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In many managed environments, organisations define a minimum required macOS version (e.g., 15.3). Devices already at or above that version are considered compliant and do not need to be prompted to update. However, they should still retain the option to self-initiate updates or upgrades through other tools like Jamf Self Service.
Currently, even when scoped using Smart Groups and configured to suppress restarts, Super will:
This results in unnecessary interruptions for users who are already compliant with the organisation’s OS policy.
Proposal: Add support for a configuration key (e.g. InstallMacOSMinimumVersion) that could be used to detect and suppress all user-facing workflows in Super if the Mac is already running the specified minimum OS version or higher.
InstallMacOSMinimumVersion
15.3
When this key is present:
Benefits
Supports hybrid environments where Super is used for enforcement and MDM or Self Service handles voluntary updates
Current Workarounds
Beta Was this translation helpful? Give feedback.
All reactions