Posted on 10-20-2015 02:18 PM
We are looking into if it's possible to have a mac get remotely locked at the end of imaging. This way the lock code needs to be entered before the computer can be used. Anyone have any idea if there is a way to issue a remote lock command via a script? Or even via the JSS API?
thanks!
Posted on 10-21-2015 07:26 AM
I believe it is possible via the API
Look at doing a POST on /computercommands/command/{command} command would be DeviceLock.
See screenshot.
You can also see your API options by going to your JSS and adding /api to end of it.