nicholab Posted April 12, 2018 Posted April 12, 2018 I don't seem to be able to get my laptops to backup Bitlocker recovery keys to AD I am running AD 2012 and don't have TPM chips in the machines. I have looked in AD and the recovery key is not showing next to the machine. What am I dong wrong?
newpersn Posted April 12, 2018 Posted April 12, 2018 You checked GPO for bitlocker? There be a setting within bitlocker about backing the recovering key to AD.
nicholab Posted April 12, 2018 Author Posted April 12, 2018 You checked GPO for bitlocker? There be a setting within bitlocker about backing the recovering key to AD. I think that is defined already but it seems to be having no effect.
sted Posted April 13, 2018 Posted April 13, 2018 have you tried manually adding the codes? on an encrypted pc open up an admin powershell session manage-bde -protectors -get c: assuming that returns data now dumps the number to a text file where its easier to copy and paste manage-bde -protectors -get c: >bl.txt now copy the numerical password id and drop it where ive written long code below manage-bde -protectors -adbackup c: -id ‘{long code}’ note you need the ' round the code or it fails
nicholab Posted April 16, 2018 Author Posted April 16, 2018 I have just tried this and the system says "Recover information was successfully backup up to Active Directory."
nicholab Posted April 19, 2018 Author Posted April 19, 2018 I got and error code of 0x80005000 after trying for the second time and I found that this was caused by an OU name containing "/". I found this from by looking through some online error codes https://www.techidiots.net/notes/windows-7/bitlocker-0x80005000.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now