OS X Server (Mountain Lion): How to use the Mac App Store in Software Update-only mode
Summary
Learn how to enable Software Update-only mode in the Mac App Store on OS X Server (Mountain Lion) using Profile Manager.
Products Affected
OS X Server (Mountain Lion)
You can use Profile Manager to enable Software Update-only mode in the Mac App Store on Mountain Lion. Note: With this enabled, users will only have access to the Updates section of the Mac App Store—all other sections will be disabled ("grayed out").
If you have not done so, first update to OS X Server v2.1 or later.
- Using your web browser, go to the Profile Manager site (for example, server.apple.com/profilemanager/).
- Log in with an administrator's name and password.
- Select the record for which you would like to manage this setting (user, group, device, or device group).
- Under the Profile tab, click the Edit button to edit this record's profile.
- Select "Resctictions" in the left column, under the OS X section.
- If a payload has not been configured, click the Configure button.
- Under the Applications tab, enable the "Restrict App Store to software updates only" option.
- Click OK to dismiss the edit view.
- Click Save.
Additional Information
You can also use one the following advanced commands to enable Software Update-only mode without using Profile Manager.
To enable this setting for just one user account
To enable this setting for a specific user account, log in as the account and execute this Terminal command:
defaults write com.apple.appstore restrict-store-softwareupdate-only -bool yes
To enable this setting system-wide
To enable this setting for all user accounts, log in as an admin account and execute this Terminal command:
sudo defaults write /Library/Preferences/com.apple.appstore restrict-store-softwareupdate-only -bool yes
To revert this change for a user account, log in as the account and execute:
defaults write com.apple.appstore restrict-store-softwareupdate-only -bool no
To revert this change system-wide, log in as an admin and execute:
sudo defaults write /Library/Preferences/com.apple.appstore restrict-store-softwareupdate-only -bool no
Twitter
Facebook