We have some Broadcasting Lab Computers, our Teacher wants to access via Apple Remote Desktop (ARD). I am looking for a terminal command or script to add him to Remote Management and set the permissions.
I have attempted the following:
sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate -configure -access -on -users michael ellson -privs -all -restart -agent -menu
Result: No such file or Directory Exists
sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate -configure -users short,usernames,seperated,by,commas -access -on -restart -agent -privs -all -allowAccessFor -specifiedUsers
Result:
-- User set but with no permissions
-- Tried on another computer - did not add user to Remote Management
Read the following JAMF Discussion:
- https://jamfnation.jamfsoftware.com/discussion.html?id=11021
Tried @mojo21221 script - no dice
Anyone have a terminal command or script?
Thanks in advance!