Link to home
Start Free TrialLog in
Avatar of insi01
insi01

asked on

Enable Bitlocker by Powershell doesn't work

Hello,

I try enable Bitlocker on a remote PC with Windows 8.1 via PS-Session and Powershell.

We configured a Policy to store the recovery key via a recovery agent (has a certificate)
in Active Directory.

By the way, we don't need a Pin, we just set up TPM.

I execute this command in PS and receive the following error:

PS>Enable-BitLocker -MountPoint "c:" -EncryptionMethod Aes256 -TpmProtector

Error:
Enable-BitLockerInternal : Group Policy settings require that a recovery password be specified before encrypting the
drive. (Exception from HRESULT: 0x8031002C)
At C:\windows\system32\windowspowershell\v1.0\Modules\BitLocker\BitLocker.psm1:3620 char:48
+                     $BitLockerVolumeInternal = Enable-BitLockerInternal -MountPo ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Write-Error], COMException
    + FullyQualifiedErrorId : System.Runtime.InteropServices.COMException,Enable-BitLockerInternal

How can I solve this? I try to avoid running to all clients in order to setup Bitlocker.

BR
insi01
ASKER CERTIFIED SOLUTION
Avatar of McKnife
McKnife
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial