Update remote management computer information

anayat_chowdhur
New Contributor II

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

edb719b64ce641f69b870a83e9db3587

1 REPLY 1

anayat_chowdhur
New Contributor II

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"