Merge pull request #5044 from AndreasStenhall/patch-10

Corrected command value
This commit is contained in:
Justin Hall 2019-10-18 13:17:45 -07:00 committed by GitHub
commit 7d77404204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,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> -Option 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.