Posted on 01-17-2022 12:46 AM
Has anyone implemented Recovery Lock on M1 devices using the API successfully ? Could someone share their script if so?
Posted on 01-23-2022 01:00 PM
Here you go - https://github.com/shbedev/jamf-recovery-lock
Posted on 04-20-2022 11:10 AM
Anyone know if this tool or the recovery_lock_key API command also enables the 60 minute key rotation or can that only be done through the PreStage?
Posted on 04-24-2022 02:28 AM
At the moment, the key rotation is only supported when recovery lock is enabled through PreStage.
Posted on 04-25-2022 10:29 AM
That's what I figured - thanks for confirming!
Posted on 01-31-2022 06:25 AM
I know you can SetRecoveryLock during DEP... but how do you turn it off after that?
Posted on 02-09-2022 10:23 PM
You can use the API to set an empty password, which will turn it off - If you are comfortable using python you the script I mentioned above.
Posted on 02-15-2022 07:16 AM
Are there any directions in how to invoke the API?
Posted on 06-20-2022 12:11 PM
You upvote is welcomed:
Posted on 08-30-2022 01:42 AM
You can find our script here https://gist.github.com/ExperimentalHeaven/09eeafa1122dd4bbac30cb9b91309b52
Simple bash with the use of jq to make the parsing easier