I have 20 macs that I need to turn on remote management and remote login, When we gave it to the teachers I think they were turned off.
Thanks
I have 20 macs that I need to turn on remote management and remote login, When we gave it to the teachers I think they were turned off.
Thanks
Best answer by nmcspadden
Although I don't have a direct Casper method of doing this, there's a script to enable to remote management:
#!/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
exit 0
If you have a local account named "admin," this will enable ARD management for that account for all privileges. Make adjustments as necessary to accommodate your own administrative accounts.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.