This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # In order to block this update, without blocking the App Store, we are pushing the following script in a policy: | |
| sudo softwareupdate --ignore "macOS" | |
| sudo softwareupdate --ignore "macOS High Sierra" | |
| sudo softwareupdate --ignore "macOS High Sierra Update" | |
| sudo softwareupdate --ignore "macOS High Sierra 10.13.3 Update" | |
| # If you need to allow the users to update, after testing, running the following script will reset the software update to allow this: | |
| sudo softwareupdate --reset-ignored |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # https://www.jamf.com/jamf-nation/discussions/20830/mdm-capable-users-how-to-add#responseChild157012 | |
| /usr/bin/profiles -R -p 00000000-0000-0000-A000-4A414D460003 (your MDM profile identifier here) | |
| jamf manage | |
| # -p A profile identifier used to locate the configuration or provisioning profile. | |
| profiles -P |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile"; }' | |
| killall Dock |
NewerOlder