Posted on 10-04-2023 05:49 AM
Hi,
we have distributed a working configuration profile to our macOS Ventura Clients to postpone the Sonoma Upgrade for 90 days. But in the system preferences under software update there is a notification that an update is available even when update list is empty.
How can I disable this notification in system preferences?
Thank you!
Posted on 10-04-2023 06:05 AM
does softwareupdate -l return no results also? (checking its not something like Safari or CLI tools or other)
Note that if Mac has polled and there is an update and you then apply the block, you cannot remove the update notification other than by applying the update.
10-04-2023 06:25 AM - edited 10-04-2023 06:27 AM
I just verified your hint, "softwareupdate -l" does not list any title.
Running the following command:
defaults read /Library/Preferences/com.apple.SoftwareUpdate.plist
Shows recommended Updates for Sonoma, might this be the reason for the issue?
RecommendedUpdates = (
{
"Display Name" = "macOS\\U00a0Sonoma\\U00a014.0";
"Display Version" = "14.0";
Identifier = "MSU_UPDATE_23A344_patch_14.0_major";
MobileSoftwareUpdate = 1;
"Product Key" = "MSU_UPDATE_23A344_patch_14.0_major";
}
Posted on 10-08-2023 11:53 PM
Just wondering if anyone else sees this behavior?
Thanks.