Clear-BitLockerAutoUnlock

Clear-BitLockerAutoUnlock is accessible with the help of BitLocker module. To configure BitLocker, go through this link.

Synopsis

Removes BitLocker automatic unlocking keys.

Description

The Clear-BitLockerAutoUnlock cmdlet removes all automatic unlocking keys used by BitLocker Drive Encryption. BitLocker stores these keys for the fixed data drives of a system on a volume that hosts a BitLocker-enabled operating system volume so that it can automatically unlock the fixed and removable data volumes in a system. This makes it easier for users to access data volumes.

You can configure BitLocker to automatically unlock volumes that do not host an operating system. After a user unlocks the operating system volume, BitLocker uses encrypted information stored in the registry and volume metadata to unlock any data volumes that use automatic unlocking.

You must remove automatic unlocking keys before you can disable BitLocker by using the Disable-BitLocker cmdlet. You can use the Disable-BitLockerAutoUnlock cmdlet to remove keys for specific volumes that use automatic unlocking instead of all volumes.

Syntax

Clear-BitLockerAutoUnlock []

—————Example 1—————
Clear automatic unlocking keys
PS C:>Clear-BitLockerAutoUnlock
This command clears all automatic unlocking keys stored on the current computer.

You can check the Version, CommandType and Source of this cmdlet by giving below command.

Get-Command Clear-BitLockerAutoUnlock

Get-Command Clear-BitLockerAutoUnlock powershell script command cmdlet bitlocker

You can also read about

  • Disable-BitLockerAutoUnlock
  • Enable-BitLockerAutoUnlock
  • Get-BitLockerVolume

To know more PowerShell cmdlets(Commands) on BitLocker click here

Click on this Link for an Single place where you get all the PowerShell cmdlet sorted based on the modules.

You can also refer other blogs on PowerShell at link

You can also refer other blogs on Microsoft at link

And also if you required any technology you want to learn, let us know below we will publish them in our site http://tossolution.com/

Like our page in Facebook and follow us for New technical information.

References are taken from Microsoft

Leave a Reply

Your email address will not be published. Required fields are marked *