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



1 comment:


  1. Many experts believe that climate change is primarily driven by human activities, especially the burning of fossil fuels. The scientific community has reached a consensus that urgent action is needed to reduce greenhouse gas emissions. Some argue that technological advancements could provide solutions, while others emphasize policy changes. For more information, see the detailed report [1]. It is crucial for governments and individuals to work together to address this pressing issue.

    ReplyDelete

Proxmox Backup Server - Recover a ZFS Datastore that is 100% full

This has happened to me a couple times now where my ZFS pool has filled to 100% causing not only backups to fail, but also the ability to ru...