Posted on 04-08-2019 12:57 PM
Hey All,
Simple script to stop Mojave update nags for your Sierra users. This seems to work well within our environment.
#!/bin/sh
rm -rf /Library/Bundles/OSXNotification.bundle
softwareupdate --ignore macOSInstallerNotification_GM
Posted on 04-08-2019 02:10 PM
I need to test this. Thanks for passing on the info!