Last active
October 3, 2015 08:58
-
-
Save stefanschmidt/2430808 to your computer and use it in GitHub Desktop.
Enable Remote Management on OS X
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
# Configure Remote Management | |
kickstart -configure -allowAccessFor -allUsers -privs -all | |
# Enable Remote Management | |
kickstart -activate -restart -agent | |
# Disable Remote Management | |
kickstart -deactivate -stop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment