Update remote management computer information

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Labels:
- Labels:
-
Jamf Pro
Reply
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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"
