Update windows/security/threat-protection/microsoft-defender-atp/evaluate-attack-surface-reduction.md

Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com>
This commit is contained in:
Beth Woodbury
2021-02-08 11:25:07 -08:00
committed by GitHub
parent ca9a3f3714
commit 8af343c07f

View File

@ -46,7 +46,7 @@ To enable an attack surface reduction rule in audit mode, use the following Powe
Add-MpPreference -AttackSurfaceReductionRules_Ids <rule ID> -AttackSurfaceReductionRules_Actions AuditMode
```
Where `<rule ID>` is a [GUID value of ASR rule](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction#attack-surface-reduction-rules).
Where `<rule ID>` is a [GUID value of the attack surface reduction rule](attack-surface-reduction.md#attack-surface-reduction-rules).
To enable all the added attack surface reduction rules in audit mode, use the following PowerShell cmdlet: