File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -55,27 +55,27 @@ You can run an antivirus detection test to verify that the device is properly on
55
55
56
56
1 . Ensure that real-time protection is enabled. Run the following command and confirm the output is ` "true" ` :
57
57
58
- ```
59
- mdatp health --field real_time_protection_enabled
60
- ```
58
+ ```
59
+ mdatp health --field real_time_protection_enabled
60
+ ```
61
61
62
62
2 . Download the EICAR test file. Open a Terminal window and execute the appropriate command for your operating system:
63
63
64
64
Linux:
65
65
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
+ ```
69
69
70
70
macOS:
71
71
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
+ ```
75
75
76
76
3 . Verify that the file has been quarantined by Defender for Endpoint.** Run the following command to list all detected threats:
77
77
78
- ```
79
- mdatp threat list
80
- ```
78
+ ```
79
+ mdatp threat list
80
+ ```
81
81
You can’t perform that action at this time.
0 commit comments