Skip to content

Instantly share code, notes, and snippets.

@mikesplain
Forked from nmcspadden/ARD kickstart
Created June 6, 2017 17:48
Show Gist options
  • Save mikesplain/ed1e3120d7e1c2fbd21fef9a87fb7c90 to your computer and use it in GitHub Desktop.
Save mikesplain/ed1e3120d7e1c2fbd21fef9a87fb7c90 to your computer and use it in GitHub Desktop.
Kickstarts ARD for admin user
#!/bin/sh
/System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -configure -allowAccessFor -specifiedUsers
/System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate -configure -access -on -users "admin" -privs -all -restart -agent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment