From 8aed3876a469e082ccc8954d32815f76dc8bc8f0 Mon Sep 17 00:00:00 2001 From: wattsy74 <49881777+wattsy74@users.noreply.github.com> Date: Mon, 27 Sep 2021 13:56:58 +0100 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 5da837b..7d09a95 100644 --- a/README.md +++ b/README.md @@ -131,3 +131,17 @@ options used in this example script are ##### Command to execute: `sudo curl -o /tmp/add-printer.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/add-printer.sh && sudo chmod +x /tmp/add-printer.sh && sudo /tmp/add-printer.sh` + +## software-update-settings.sh +#### updates plist to change the App and OS software update settings +This script will set the policies software update settings with the following settings. + +* AutomaticallyInstallMacOSUpdates - false +* AutomaticCheckEnabled -bool true +* AutomaticDownload -bool true +* CriticalUpdateInstall -bool true +* ConfigDataInstall -bool true +* AutoUpdate -bool true + +##### Command to execute: +`sudo curl -o /tmp/software-update-settings.sh https://raw.githubusercontent.com/PurpleComputing/mdmscripts/main/software-update-settings.sh && sudo chmod +x /tmp/software-update-settings.sh && sudo /tmp/software-update-settings.sh`