Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docset/winserver2025-ps/ConfigCI/Set-CIPolicySetting.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Secure Settings are queried by Windows APIs to set security behaviors.

### Example 1: Set the Code Integrity policy
```powershell
Set-CIPolicySetting -FilePath C:\Policies\WDAC_policy.xml -Key "{12345678-9abc-def0-1234-56789abcdef0}" -Provider WSH -Value $True -ValueName EnterpriseDefinedClsId -ValueType Boolean
Set-CIPolicySetting -FilePath C:\Policies\WDAC_policy.xml -Key "{12345678-9abc-def0-1234-56789abcdef0}" -Provider WSH -Value true -ValueName EnterpriseDefinedClsId -ValueType Boolean
```

This command sets the Code Integrity policy to allow for the specified **Provider**, **Key** and **ValueName**.
Expand Down