Clear-BitLockerAutoUnlock

Clear-BitLockerAutoUnlock

Removes BitLocker automatic unlocking keys.

구문

Clear-BitLockerAutoUnlock [ <CommonParameters>]

자세한 설명

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.

For an overview of BitLocker, see BitLocker Drive Encryption Overview (https://technet.microsoft.com/en-us/library/cc732774.aspx) on TechNet.

매개 변수

<CommonParameters>

이 cmdlet은 일반 매개 변수 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer 및 -OutVariable을 지원합니다. 자세한 내용은 다음을 참조하세요. about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216).

입력

입력 유형은 cmdlet에 파이프할 수 있는 개체의 유형입니다.

  • String

출력

출력 유형은 cmdlet이 내보내는 개체의 유형입니다.

  • BitLockerVolume

예제

Example 1: Clear automatic unlocking keys

This command clears all automatic unlocking keys stored on the current computer.

PS C:\> Clear-BitLockerAutoUnlock

관련 항목

Disable-BitLockerAutoUnlock

Enable-BitLockerAutoUnlock

Get-BitLockerVolume