Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

AdminRemoteControl

Rod Christiansen edited this page May 27, 2016 · 18 revisions

Admin Remote Control

The ARD kickstart script in the boot-every is a great way to keep your admin privileges on your managed computers.

#!/bin/bash
sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate -configure -access -on -users "admin" -privs -all -restart -agent;

sudo /usr/sbin/systemsetup -setremotelogin on;