Skip to content

Commit 23b6612

Browse files
committed
Update validate-antimalware.md
1 parent 5ddec90 commit 23b6612

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

defender-endpoint/validate-antimalware.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,27 +55,27 @@ You can run an antivirus detection test to verify that the device is properly on
5555

5656
1. Ensure that real-time protection is enabled. Run the following command and confirm the output is `"true"`:
5757

58-
```
59-
mdatp health --field real_time_protection_enabled
60-
```
58+
```
59+
mdatp health --field real_time_protection_enabled
60+
```
6161

6262
2. Download the EICAR test file. Open a Terminal window and execute the appropriate command for your operating system:
6363

6464
Linux:
6565

66-
```
67-
curl -o eicar.com.txt https://secure.eicar.org/eicar.com.txt
68-
```
66+
```
67+
curl -o eicar.com.txt https://secure.eicar.org/eicar.com.txt
68+
```
6969

7070
macOS:
7171

72-
```
73-
curl -o ~/Downloads/eicar.com.txt https://secure.eicar.org/eicar.com.txt
74-
```
72+
```
73+
curl -o ~/Downloads/eicar.com.txt https://secure.eicar.org/eicar.com.txt
74+
```
7575

7676
3. Verify that the file has been quarantined by Defender for Endpoint.** Run the following command to list all detected threats:
7777

78-
```
79-
mdatp threat list
80-
```
78+
```
79+
mdatp threat list
80+
```
8181

0 commit comments

Comments
 (0)