You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: defender-endpoint/microsoft-defender-antivirus-using-powershell.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This article explains how to enable and test the key protection features in Micr
34
34
35
35
We recommend you use [this evaluation PowerShell script](https://aka.ms/wdeppscript) to configure these features, but you can individually enable each feature with the cmdlets described in the rest of this document.
36
36
37
-
See the following product documentation libraries for more information about our EPP products:
37
+
For more information about our EPP products, see the following product documentation libraries:
@@ -49,9 +49,8 @@ This guide provides the [Microsoft Defender Antivirus cmdlets](/powershell/modul
49
49
50
50
To use these cmdlets:
51
51
52
-
> 1\. Open an elevated instance of PowerShell (choose to Run as administrator).
53
-
>
54
-
> 2\. Enter the command listed in this guide and press Enter.
52
+
1. Open an elevated instance of PowerShell (choose to Run as administrator).
53
+
1. Enter the command listed in this guide and press **Enter**.
55
54
56
55
You can check the status of all settings before you begin, or during your evaluation, by using the [Get-MpPreference PowerShell cmdlet](/powershell/module/defender/get-mppreference?view=windowsserver2022-ps&preserve-view=true).
57
56
@@ -78,7 +77,7 @@ More details are available in [Use next-gen technologies in Microsoft Defender A
78
77
79
78
Microsoft Defender AV scans files as soon as they're seen by Windows, and will monitor running processes for known or suspected malicious behaviors. If the antivirus engine discovers malicious modification, it will immediately block the process or file from running.
80
79
81
-
See [Configure behavioral, heuristic, and real-time protection](configure-protection-features-microsoft-defender-antivirus.md) for more details on these options.
80
+
For more details on these options, see [Configure behavioral, heuristic, and real-time protection](configure-protection-features-microsoft-defender-antivirus.md).
0 commit comments