Corrected command value

Corrected command value, must be 17 and not "Enabled:Allow Supplemental Policies". Option 17 do activate "Enabled:Allow Supplemental Policies" but the syntax of the command is not correct.
This commit is contained in:
Andreas Stenhall 2019-09-26 12:54:41 +02:00 committed by GitHub
parent 4c448f2a7c
commit b049de0793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ New-CIPolicy -MultiplePolicyFormat -foo bar
Optionally, you can choose to make the new base policy supplementable (allow supplemental policies).
```powershell
Set-RuleOption -FilePath <string> Enabled:Allow Supplemental Policies
Set-RuleOption -FilePath <string> 17
```
For signed base policies that are being made supplementable, you need to ensure that supplemental signers are defined. Use the "Supplemental" switch in Add-SignerRule to provide supplemental signers.