Skip to content

Suspend BitLocker

Suspends BitLocker protection on a selected volume for a configurable number of reboots.

Required — Default: OS

Drive letter of the BitLocker volume to suspend, for example C: or D:. You can also use OS or SystemDrive to target the operating system drive automatically.

Optional — Default: 1

Number of restarts BitLocker remains suspended for. Use 0 to suspend until resumed manually.

  • Category: System
  • Brick ID: BitLocker-Suspend
{
"category": "system",
"description": "Suspends BitLocker protection on a selected volume for a configurable number of reboots.",
"developerVendor": "CapaSystems A/S",
"displayName": null,
"id": "BitLocker-Suspend",
"name": "Suspend BitLocker",
"parameters": [
{
"allowManualInput": false,
"defaultValue": "OS",
"defaultValueObject": null,
"description": "Drive letter of the BitLocker volume to suspend, for example C: or D:. You can also use OS or SystemDrive to target the operating system drive automatically.",
"id": "MountPoint",
"name": "Mount Point",
"regExValidation": "",
"required": true,
"type": "TextBox",
"value": null,
"values": [],
"valuesObject": null
},
{
"allowManualInput": false,
"defaultValue": "1",
"defaultValueObject": null,
"description": "Number of restarts BitLocker remains suspended for. Use 0 to suspend until resumed manually.",
"id": "RebootCount",
"name": "Reboot Count",
"regExValidation": "",
"required": false,
"type": "Integer",
"value": null,
"values": [],
"valuesObject": null
}
],
"powershell": {
"base64Encoded": true,
"function": "ZnVuY3Rpb2..."
},
"type": "powerbrick",
"version": "2026.9.1.1"
}