Update deploy-multiple-windows-defender-application-control-policies.md

This commit is contained in:
Andreas Stenhall
2019-10-16 08:38:01 +02:00
committed by GitHub
parent b049de0793
commit 5357026a15

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> 17
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.