Installation manual

Chapter 8 Administering Client Computers 161
Here are some examples of actions possible with kickstart:
Activate remote management, enable access privileges for all users, and restart the Â
Apple Remote Desktop Agent:
$ sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/
Contents/Resources/kickstart -activate -configure -access -on
-restart -agent -privs -all
Activate remote management, enable access privileges for the users “admin,” grant Â
full privileges for the users “admin,” and restart the Apple Remote Desktop Agent
and Menu item:
$ sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/
Contents/Resources/kickstart -activate -configure -access -on -users
admin -privs -all -restart -agent -menu
Activate remote management, and disable access privileges for all users: Â
$ sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/
Contents/Resources/kickstart -activate -configure -access -off
Shut down the Apple Remote Desktop Agent process: Â
$ sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/
Contents/Resources/kickstart -agent -stop
Deactivate Remote Desktop access for a computer: Â
$ sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/
Contents/Resources/kickstart -deactivate -configure -access -off