mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-18 08:17:23 +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:
parent
3d2994ed73
commit
cf073cb6eb
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user