Skip to main content

Hey,

 

We need to upload the personal recovery key from jamf to snipe using the jamf2snipe script. Any idea where i can find the subset to this?

 

Thank you!

not sure you can.. and really not sure you should... 


https://developer.jamf.com/jamf-pro/reference/get_v1-computers-inventory-filevault


curl -s -H "Authorization: Bearer $access_token" $url/api/v1/computers-inventory/$compid/filevault | plutil -extract personalRecoveryKey raw -


you also need this privileges to get this, View Disk Encryption Recovery Key,


Reply