Update windows/security/threat-protection/windows-defender-application-control/create-wdac-deny-policy.md

Co-authored-by: Jordan Geurten <jjgeurte@edu.uwaterloo.ca>
This commit is contained in:
Joe Henry
2021-12-02 11:35:14 -05:00
committed by GitHub
parent 057917ed85
commit 90d3666ae3

View File

@ -131,7 +131,7 @@ $DenyRules += New-CIPolicyRule -Level FileName -DriverFilePath <binary_to_block>
New-CIPolicyRule -Level FileName -DriverFilePath <binary_to_block> -Deny -Fallback Hash
```
### Adding Allow All Rules
### Adding Allow All Rules
If required, as in the cases listed above, [Allow All rules](48) may need to be added to the policy. The Allow All rules can be manually added to the policy xml or by merging with the AllowAll xml present on the client system in the WDAC template folder:
```PowerShell