Hey all,
I was asked if Jamf Pro could remotely unencrypt a device... is this possible?
I did search but did not get many pertinent results.
Thanks,
Scott
Hey all,
I was asked if Jamf Pro could remotely unencrypt a device... is this possible?
I did search but did not get many pertinent results.
Thanks,
Scott
Best answer by signetmac
You can remotely unencrypt a device over ssh if you know a FV enabled user's password, using:
sudo fdesetup disable
If you don't know an enabled user's password, you can enable your admin account using the computer's recovery key:
sudo fdesetup add -usertoadd [your admin account username]
The above command will prompt you for either the computer's recovery key or an enabled user's password. You would need ssh access to the computer. If you don't have that, you can use a JAMF Pro policy to enable it for a user. If you wanted to do this on several computers in some automated fashion, you could write an expect script to supply information at the prompts but you would still have to supply the unique recovery key for each.
I wrote a CasperJSS script for eliciting the FV Recovery Key for a particular computer from the JAMF Pro server, but I imagine other people have better solutions.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.