提供有关计算机上的所有驱动器的信息;它们是否受 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 | 如果卷受到保护,则使 manage-bde 命令行工具发送返回代码 0 ,如果卷不受保护,则发送返回代码 1 ;最常用于批处理脚本,以确定驱动器是否受 BitLocker 保护。 您也可以使用 -p 作为此命令的缩写版本。 |
| -computername | 指定 manage-bde.exe 将用于修改其他计算机上的 BitLocker 保护。 您也可以使用 -cn 作为此命令的缩写版本。 |
<name> |
表示要对其修改 BitLocker 保护的计算机的名称。 接受的值包括计算机的 NetBIOS 名称和计算机的 IP 地址。 |
| -? or /? | 在命令提示符处显示简短的帮助。 |
| -help 或 -h | 在命令提示符处显示完整的帮助。 |
Examples
若要显示驱动器 C 的状态,请键入:
manage-bde -status C: