HexCon is coming to NYC. Grab your tickets before they sell out! REGISTER NOW

Manually check for macOS software updatesSolved

Participant
Discussion
1 month ago

Hello guys!

Recently, we have deployed a configuration profile that manages macOS software updates automatically. This profile ensures that software updates are checked and installed without user intervention. But we’ve encountered a situation where the manual update check option has been disabled for all users, displaying a message: “This setting has been configured by a profile.”

Our requirement is to allow a few selected users to retain the ability to manually check for and install software updates as needed, while the rest of the users continue to have automatic software updates managed by the configuration profile.

Any guidance or solutions on how to achieve this?

Replies (3)

Marked SolutionPending Review
Participant
1 month ago
Marked SolutionPending Review

Hi @zariah,

When setting up the configuration profile, you have the option to set its scope. You can choose whether the profile should be installed system-wide or only for the installing user. If you set it to user level, the profile will be applied only for the specified user. Alternatively, you can create a separate configuration profile in which the options for checking and downloading automatic software updates are deselected. This configuration profile can be deployed to specific users who prefer to manually check for or install software updates on their devices.

Marked SolutionPending Review
Participant
1 month ago
Marked SolutionPending Review

Hi @zariah,

@jimena‘s method can be quite complex, especially with a large number of devices and users. An alternative solution is to use Terminal commands to manually check for and install updates.

You can execute the following command to check for the available software updates:

To download the available update, use:

This command will list the available software updates and prompt you for the user account password. After entering it, the software update will be downloaded.

After downloading the updates, use the following command to restart your device and apply the updates:

This method bypasses the restrictions set by the configuration profile, allowing users to manually manage software updates.

Marked SolutionPending Review
Participant
1 month ago
Marked SolutionPending Review

Hi @jimena and @tomas,

Thank you both for your insights and suggestions! I’ll definitely try both methods to see which works best for our needs.