Dear All,
I set not allow share in the OS System preference , but now i want use a account to remote some Computer. So i run a script for special computers. while it's not working.
OS is 10.13.6
please help me check the problems.
thanks in advance!

#!/bin/sh
sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -configure -users oaks,test -access -on -privs -all -activate -allowAccessFor -specifiedUsers
#the local account of oaks and test have create in this computer, but after ran the script i also not remote the computer.

i want to remote the computer by Jamf Remote , while it's not working .


