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:40 -05:00 committed by GitHub
parent 3d2994ed73
commit cf073cb6eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,7 +128,7 @@ $DenyRules += New-CIPolicyRule -Level FileName -DriverFilePath <binary_to_block>
### Hash Based Deny Rule
```PowerShell
New-CIPolicyRule -Level FileName -DriverFilePath <binary_to_block> -Deny -Fallback Hash
New-CIPolicyRule -Level Hash -DriverFilePath <binary_to_block> -Deny
```
### Adding Allow All Rules