Wednesday, 5 April 2017

Bitlocker Powershell cheat sheet


Bitlocker command to encrypt secondary drive on a server:

Enable-BitLocker -MountPoint "E:" -UsedSpaceOnly -RecoveryPasswordProtector

To force a backup to AD:

manage-bde -protectors -get c:



manage-bde -protectors -adbackup e: -id {ID from the numerical password}

To Disable Bitlocker
disable-bitlocker -MountPoint E:
or, to do all drives:
$BLV = Get-BitLockerVolume Disable-BitLocker -MountPoint $BLV



No comments:

Post a Comment

VCenter Remediation fails with HPE Oneview SPP image

 If a VMWare host is failing in remediation after adding the HPE Firmware and Drivers Addon most likely the Smart Update Tools isn't con...