Posted on 11-24-2015 09:26 AM
I have assigned an in house SUS to my users but now I want to change to a caching server. Apple says I can't have end users utilize a coaching server if they are pointed at a SUS. How do I undo that assignment?
Posted on 11-24-2015 09:41 AM
I would think the following would work:
sudo rm /Library/Preferences/com.apple.SoftwareUpdate.plist
Since the SUS is directed from that file. Deleting it reverts the machine to look for the Apple servers...which should go through your caching server first.
Posted on 11-24-2015 10:35 AM
@kyoung this should do it:
sudo jamf -removeSWUSettings
Posted on 11-24-2015 11:01 AM
Or
sudo defaults delete /Library/Preferences/com.apple.Softwareupdate.plist CatalogURL
since you only want to delete the reference to your internal SUS