Get-BitLockerVolume

Get-BitLockerVolume

Gets information about volumes that BitLocker can protect.

구문

Parameter Set: Default
Get-BitLockerVolume [[-MountPoint] <String[]> ] [ <CommonParameters>]

자세한 설명

The Get-BitLockerVolume cmdlet gets information about volumes that BitLocker Drive Encryption can protect. You can specify a BitLocker volume by drive letter, followed by a colon (C:, E:). If you do not specify a drive letter, this cmdlet gets all volumes for the current computer.

You can use this cmdlet to get BitLocker volumes to use with other cmdlets, such as the Enable-BitLocker cmdlet or the Add-BitLockerKeyProtector cmdlet. You can also use this cmdlet to view the following information about a BitLocker volume:

-- VolumeType. Data or Operating System.
-- Mount Point. Drive letter.
-- CapacityGB. Size of drive.
-- VolumeStatus. Whether BitLocker currently protects some, all, or none of the data on the volume.
-- Encryption Percentage. Percent of the volume protected by BitLocker.
-- KeyProtector. Type of key protector or protectors.
-- AutoUnlock Enabled. Whether BitLocker uses automatic unlocking for the volume.
-- Protection Status. Whether BitLocker currently uses a key protector to encrypt the volume encryption key.

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

매개 변수

-MountPoint<String[]>

Specifies an array of drive letters. This cmdlet gets these BitLocker volumes.

별칭

없음

필수 여부

false

위치

1

기본값

없음

파이프라인 입력 적용 여부

True (ByValue, ByPropertyName)

와일드카드 문자 허용 여부

false

<CommonParameters>

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

입력

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

  • BitLockerVolume[], String[]

출력

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

  • BitLockerVolume[]

예제

Example 1: Get all BitLocker volumes

This command gets all the BitLocker volumes for the current computer.

PS C:\> Get-BitLockerVolume 

Example 2: Get a specific BitLocker volume

This command gets the specified BitLocker volume.

PS C:\> Get-BitLockerVolume -MountPoint "E:"

관련 항목

Add-BitLockerKeyProtector

Enable-BitLocker

Enable-BitLockerAutoUnlock