mmiadmin
Feb 02, 2023Copper Contributor
Bitlocker decryption not working
I am trying to use the following to de-encrypty bitlocker that already came with the 128 bit encryption and it is not doing it. Is there a way to do this, so that I can decrypt while a device joins during Autopilot and then encrypt it with a 256 bit encryption?
$BLV = Get-BitLockerVolume
Disable-BitLocker -MountPoint $BLV
Tried this also
Disable-BitLocker -Mount "E:"
But no luck, any thoughts or suggestions.