Skip to content

Instantly share code, notes, and snippets.

@poundbangbash
Created August 27, 2015 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save poundbangbash/7a2221db93b6da03074a to your computer and use it in GitHub Desktop.
Save poundbangbash/7a2221db93b6da03074a to your computer and use it in GitHub Desktop.
#Enable Apple Remote Desktop
$kicker -activate -configure -clientopts -setvnclegacy -vnclegacy no -setreqperm -reqperm yes -setmenuextra -menuextra yes
#Allow accesss only for specified users
$kicker -configure -allowAccessFor -specifiedUsers
#Enable DirectoryService-based logins
$kicker -configure -clientopts -setdirlogins -dirlogins yes
#Restart ARDAgent
$kicker -restart -agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment