Commit 958c96a
authored
Update Set-CIPolicySetting.md
Fix typo in example 1.
The reason is that supplying "$True" actually results in a typo in the XML file where "True" is capitalized -- this doesn't fit the XML specifications of code integrity policies, and actually leads to an error. (See PowerShell/PowerShell#21286 for a discussion on this).
This change makes example 1 conform to other Microsoft documentation which uses a correct example of this cmdlet, see:
https://learn.microsoft.com/en-us/windows/security/application-security/application-control/app-control-for-business/design/allow-com-object-registration-in-appcontrol-policy1 parent 384fcd7 commit 958c96a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments