提供有关计算机上的所有驱动器的信息;它们是否受 BitLocker 保护,包括:
Size
BitLocker version
Conversion status
Percentage encrypted
Encryption method
Protection status
Lock status
Identification field
Key protectors
Syntax
manage-bde -status [<drive>] [-protectionaserrorlevel] [-computername <name>] [{-?|/?}] [{-help|-h}]
Parameters
Parameter | Description |
---|---|
<drive> |
表示后跟冒号的驱动器号。 |
-protectionaserrorlevel | Causes the manage-bde command-line tool to send the return code of 0 if the volume is protected and 1 if the volume is unprotected; most commonly used for batch scripts to determine if a drive is BitLocker-protected. You can also use -p as an abbreviated version of this command. |
-computername | 指定 manage-bde.exe 将用于修改其他计算机上的 BitLocker 保护。 You can also use -cn as an abbreviated version of this command. |
<name> |
表示要对其修改 BitLocker 保护的计算机的名称。 接受的值包括计算机的 NetBIOS 名称和计算机的 IP 地址。 |
-? or /? | 在命令提示符处显示简短的帮助。 |
-help 或 -h | 在命令提示符处显示完整的帮助。 |
Examples
若要显示驱动器 C 的状态,请键入:
manage-bde –status C: