Hey,
I am having a problem with BitLocker activation during SCCM OSD deployment.
The setup I have is the following:
Two task sequence steps specifiy the BitLocker activation:
The GPO settings applied are the following (even I read in some forum posts that the GPOs are note applied during OSD):
The Error I receive is the following:
The task sequence execution engine failed executing the action (Enable BitLocker) in the group (BitLocker Encryption) with the error code 2147500037 Action output: ==============================[ OSDBitLocker.exe ]============================== Command line: "OSDBitLocker.exe" /enable /wait:True /mode:TPM /pwd:AD Initialized COM Command line for extension .exe is "%1" %* Set command line: "OSDBitLocker.exe" /enable /wait:True /mode:TPM /pwd:AD Target volume not specified, using current OS volume Current OS volume is 'C:' Succeeded loading resource DLL 'C:\WINDOWS\CCM\1033\TSRES.DLL' Protection is OFF FALSE, HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\bitlocker\bitlocker.cpp,1502) pBitLocker->Enable( argInfo.keyMode, argInfo.passwordMode, argInfo.sStartupKeyVolume, argInfo.bWait ), HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\bitlocker\main.cpp,382) Encryption in progress. The operating system reported error 2147500037: Unspecified error
After restart the Drive seems to be encrypted with BitLocker, but BitLocker is suspended.
When I now try to activate the BitLocker I receive the message:
"Group Policy settings require that a recovery password be specified before encrypting the drive."
I know I could save the recovery key manually into active directory and activate afterwards but that would not resolve the problem during Task Sequence.
I already checked TPM is activated and and initialized.
Thanks for help.