Install All Windows Updates
Installs all applicable updates from the Windows Update Client. If pending reboot is detected, the brick exits with retry later.
Parameters
Section titled “Parameters”Allow Reboot
Section titled “Allow Reboot”Optional — Default: True
Enable to allow the brick to reboot the workstation when a reboot is required by Windows Update. Disable to prevent reboot.
Details
Section titled “Details”- Category: Provisioning
- Brick ID:
Windows-Update-Install-All
Raw JSON definition
Section titled “Raw JSON definition”{ "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"}