text
stringlengths
0
4.23k
Specifies that manage-bde.exe will be used to modify BitLocker protection on a different computer. You can also use -cn as an abbreviated version of this command.
<name>
Represents the name of the computer on which to modify BitLocker protection. Accepted values include the computer's NetBIOS name and the computer's IP address.
-? or /?
Displays brief help at the command prompt.
-help or -h
Displays complete help at the command prompt.
<drive>
<name>
Examples
To add a certificate key protector, identified by a certificate file, to drive E, type:
manage-bde -protectors -add E: -certificate -cf c:\File Folder\Filename.cer
To add an adaccountorgroup key protector, identified by domain and user name, to drive E, type:
manage-bde -protectors -add E: -sid DOMAIN\user
To disable protection until the computer has rebooted 3 times, type:
manage-bde -protectors -disable C: -rc 3
To delete all TPM and startup keys-based key protectors on drive C, type:
manage-bde -protectors -delete C: -type tpmandstartupkey
To list all key protectors for drive C, type:
manage-bde -protectors -get C:
To back up all recovery information for drive C to AD DS, type (where -id is the ID of the specific key protector to back up):
-id
manage-bde -protectors -adbackup C: -id '{00000000-0000-0000-0000-000000000000}'
manage-bde resume
Resumes BitLocker encryption or decryption after it has been paused.
Syntax
manage-bde -resume [<drive>] [-computername <name>] [{-?|/?}] [{-help|-h}]
Parameters
Parameter
Description
<drive>
Represents a drive letter followed by a colon.
-computername
Specifies that manage-bde.exe will be used to modify BitLocker protection on a different computer. You can also use -cn as an abbreviated version of this command.
<name>
Represents the name of the computer on which to modify BitLocker protection. Accepted values include the computer's NetBIOS name and the computer's IP address.
-? or /?
Displays brief Help at the command prompt.
-help or -h
Displays complete Help at the command prompt.
<drive>
<name>
Examples
To resume BitLocker encryption on drive C, type:
manage-bde –resume C:
manage-bde setidentifier
Sets the drive identifier field on the drive to the value specified in the Provide the unique identifiers for your organization Group Policy setting.
Syntax
manage-bde –setidentifier <drive> [-computername <name>] [{-?|/?}] [{-help|-h}]
Parameters
Parameter
Description
<drive>
Represents a drive letter followed by a colon.
-computername
Specifies that manage-bde.exe will be used to modify BitLocker protection on a different computer. You can also use -cn as an abbreviated version of this command.
<name>
Represents the name of the computer on which to modify BitLocker protection. Accepted values include the computer's NetBIOS name and the computer's IP address.
-? or /?
Displays brief Help at the command prompt.