Created
May 8, 2013 15:58
-
-
Save nmcspadden/5541456 to your computer and use it in GitHub Desktop.
Kickstarts ARD for admin user
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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