# Update Windows Group Policy

> Performs a Group Policy update for both Computer and User targets using gpupdate /force.

Source: https://docs.capaone.com/capaone/application-manager/powerbricks/update-windows-group-policy/  
Product: CapaOne — a separate CapaSystems product; do not apply this page to any other.

Performs a Group Policy update for both Computer and User targets using gpupdate /force

## Parameters

This PowerBrick doesn't take any parameters.

## Details

- **Category:** Provisioning
- **Brick ID:** `Windows-GroupPolicyUpdate`

## Raw JSON definition

**JSON**

```json
{
  "category": "provisioning",
  "description": "Performs a Group Policy update for both Computer and User targets using gpupdate /force",
  "developerVendor": "CapaSystems A/S",
  "displayName": null,
  "id": "Windows-GroupPolicyUpdate",
  "name": "Update Windows Group Policy",
  "parameters": [],
  "powershell": {
    "base64Encoded": true,
    "function": "ZnVuY3Rpb2..."
  },
  "type": "powerbrick",
  "version": "2026.7.2.1"
}
```
