Skip to main content
Question

block the installation of a specific apple software update ( outside our network )

  • September 4, 2013
  • 3 replies
  • 31 views

Forum|alt.badge.img+9

Hello, we have a need to block a specific software update from installing when users are outside our network and referencing apples software update server. When outside our network, our users hit apples software update server, and currently we do not have an internal ML SUS, so ML users hit apples server too. There is a bad xerox driver update that breaks our printing. Users go home and inevitably get the bad driver, and have to reinstall our version from self service every time they come back to work. Is there a way i can specifically block the installation of 1 single apple software update from installing when the sus is apple? I already have it disabled from our internal SUS, but that does not help when the users are outside. Thanks!

3 replies

bentoms
Forum|alt.badge.img+35
  • Hall of Fame
  • September 4, 2013

dpertschi
Forum|alt.badge.img+19
  • Contributor
  • October 4, 2013

This is exactly what I need to do today, to block the recent MacBook SMC updates- something weird going on. But as simple as this should be, it's not working for me.

After running:

sudo softwareupdate --ignore MacBookProSMCUpdate1.8-1.8

If I run softwareupdate --list again, it's still there. And confirmed still visible when running from the GUI. What gives?


Forum|alt.badge.img+10
  • New Contributor
  • October 4, 2013

Leave off the version.

sudo softwareupdate --ignore MacBookProSMCUpdate1.8

is what you want.