Posted on 11-21-2017 10:51 AM
So I have a restricted software to stop users from actually installing High Sierra. But when they are at home and on their own networks, they get the notification that High Sierra is out and if they want to download it. Some of our users have been downloading it, and trying to install it. Thankfully we've blocked the installer.
Is there a way to stop the notifications from Apple telling them about High Sierra. I vaguely remember there was something to stop Sierra ones when they came out.
Solved! Go to Solution.
Posted on 11-21-2017 07:43 PM
From slack:
in macOS 10.12.6, can you stop the “upgrade to high sierra” notifications with this sudo softwareupdate --ignore macOS High
have not tested
L
Posted on 11-21-2017 07:43 PM
From slack:
in macOS 10.12.6, can you stop the “upgrade to high sierra” notifications with this sudo softwareupdate --ignore macOS High
have not tested
L
Posted on 11-22-2017 10:32 AM
And when it's approved
sudo softwareupdate --reset-ignored
Clears the per-machine list of ignored updates.
Posted on 11-23-2017 02:19 AM
Is this the expected return?
Posted on 11-27-2017 09:53 AM
Pretty sure you have to do it like this:
softwareupdate --ignore "macOS High"
Posted on 11-28-2017 06:24 AM
@Nix4Life which slack channel was that discussed, I'd like to see the whole thread.
Are we saying that running the --ignore command will prevent the installer from coming down AND suppress the notification center nag to upgrade?
Posted on 12-20-2017 01:51 AM
Did this work for anyone?
Posted on 12-21-2017 05:41 AM
Well... I tried: softwareupdate --ignore "macOS High" with no success and now I've added the original, unquoted line sudo softwareupdate --ignore macOS High. I'll get back on here the next time I see, or don't see a pop up!
Posted on 01-24-2018 02:15 PM
I think that command has been cut off, this is currently working for me
softwareupdate --ignore 'macOS High Sierra 10.13'
Posted on 01-25-2018 06:15 AM
Does this actually stop the user from downloading it in the App Store though? Shouldn't you also create a Restricted Software Record to keep the installer from running when they do figure out how to download it?
Posted on 01-25-2018 06:21 AM
I've got to admit, I've tried the:
softwareupdate --ignore 'macOS High Sierra 10.13'
with no success. I'm wondering if I've got something else keeping this from functioning if it works for others.
@ammonsc You still need to block the process. No matter what you do to the notification, it will still show up in the App Store.
Posted on 01-25-2018 06:42 AM
I have these running and thy seem to work fine.
softwareupdate --ignore 'Security Update 2018-001-10.12.6'
siftwareupdate --ignore 'macOS High Sierra 10.13.3 Update'
Posted on 01-25-2018 06:56 AM
@PeterG Just out of my own curiosity. With all the news/fear/response to Spectre and Meltdown why are you blocking the updates? Is it just to finish testing? App compatibility? And instead of blocking the updates would it not be best to use a NetSUS and manage them upfront?
Posted on 01-25-2018 10:28 AM
Yeah, we are blocking on most computers until internal testing is complete on a specific target group.
Then i will carefly release th block to a wider group and ultimately release to the entire company.