Posted on 08-17-2020 04:56 AM
Does anyone know if there is a way in Jamf or through a script to populate the info fields in System Preferences > Sharing > Remote Management > Computer Settings > Computer Information
Posted on 08-17-2020 04:59 AM
Turns out it can be done through modifying the remote desktop plist com.apple.RemoteDesktop
sudo defaults write /Library/Preferences/com.apple.RemoteDesktop Text1 "TextForSection1"
sudo defaults write /Library/Preferences/com.apple.RemoteDesktop Text2 "TextForSection2"