Switch software update server using jamf command line

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 04-10-2013 02:35 AM
I have forgotten the command to run in terminal to point a computer to a
different software update server.
thanks richard
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 04-10-2013 03:09 AM
What it currently is:
defaults read /Library/Preferences/com.apple.SoftwareUpdate.plist
Set it to something new:
sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate CatalogURL http://updates.updateserver.com:8088/index.sucatalog
Set it back to Apple:
sudo defaults delete /Library/Preferences/com.apple.SoftwareUpdate CatalogURL
Apple KB Article: http://support.apple.com/kb/HT4069
Reply

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 04-10-2013 05:10 AM
