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

Deploy Chocolatey packages with Microsoft Intune

 Deploying Chocolatey packages using Intune Let me start by saying this is currently working with Chocolatey version 2.2.2 in August of 2023...