Is there a guide anywhere on how to convert "defaults write" scripts to configuration profiles, now that we can't run scripts on startup any more?
For example, this Sophos KB article says that to get the Mac to use the domain name instead of the computer name when reporting the username to Sophos Central, I need to type:
defaults write /Library/Preferences/com.sophos.mcs SMEMcsPreferDomainName -bool true; sudo launchctl stop com.sophos.configurationCan this be converted to a configuration profile with a custom payload?
