Skip to content

Install All Windows Updates

Installs all applicable updates from the Windows Update Client. If pending reboot is detected, the brick exits with retry later.

Optional — Default: True

Enable to allow the brick to reboot the workstation when a reboot is required by Windows Update. Disable to prevent reboot.

  • Category: Provisioning
  • Brick ID: Windows-Update-Install-All
{
"category": "provisioning",
"description": "Installs all applicable updates from the Windows Update Client. If pending reboot is detected, the brick exits with retry later.",
"developerVendor": "CapaSystems A/S",
"displayName": null,
"id": "Windows-Update-Install-All",
"name": "Install All Windows Updates",
"parameters": [
{
"defaultValue": "True",
"defaultValueObject": null,
"description": "Enable to allow the brick to reboot the workstation when a reboot is required by Windows Update. Disable to prevent reboot.",
"id": "AllowReboot",
"name": "Allow Reboot",
"regExValidation": "",
"required": false,
"type": "Boolean",
"value": null,
"values": [],
"valuesObject": null
}
],
"powershell": {
"base64Encoded": true,
"function": "ZnVuY3Rpb2..."
},
"type": "powerbrick",
"version": "2026.7.2.1"
}