Skip to main content
Question

Screen Sharing

  • September 18, 2015
  • 1 reply
  • 4 views

Forum|alt.badge.img+8

I am not sure why Casper Remote does not enable screen sharing for the management account as part of its connection process, but since it does not I need to figure out how to remotely accomplish this task. Is there a way to do this?

1 reply

Forum|alt.badge.img+17
  • Valued Contributor
  • September 19, 2015

Casper Remote uses Screen Sharing, but does it through initiating an SSH session regardless of the Screen Sharing settings. Do you mean for access directly from Apple's Screen Sharing app or Remote Desktop?

You can use the kickstart command that's part of Remote Desktop (which is what Screen Sharing is using). Create a script and push it with a policy.

/System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -help

That'll give you a list of switches used by kickstart.

But this would be a good start...

/System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -configure -users yourmanagementaccount -access -on -privs -all -allowAccessFor -specifiedUsers -restart -agent