mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-07-04 03:33:36 +00:00
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:
@ -128,7 +128,7 @@ $DenyRules += New-CIPolicyRule -Level FileName -DriverFilePath <binary_to_block>
|
|||||||
|
|
||||||
### Hash Based Deny Rule
|
### Hash Based Deny Rule
|
||||||
```PowerShell
|
```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
|
### Adding Allow All Rules
|
||||||
|
Reference in New Issue
Block a user