mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-21 05:13:40 +00:00
Try to indent code blocks in second-level list items
This commit is contained in:
@ -238,22 +238,22 @@ Download the onboarding package from Microsoft Defender Security Center:
|
|||||||
|
|
||||||
- Ensure that real-time protection is enabled (denoted by a result of `1` from running the following command):
|
- Ensure that real-time protection is enabled (denoted by a result of `1` from running the following command):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mdatp --health realTimeProtectionEnabled
|
mdatp --health realTimeProtectionEnabled
|
||||||
1
|
1
|
||||||
```
|
```
|
||||||
|
|
||||||
- Open a Terminal window. Copy and execute the following command:
|
- Open a Terminal window. Copy and execute the following command:
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
curl -o ~/Downloads/eicar.com.txt http://www.eicar.org/download/eicar.com.txt
|
curl -o ~/Downloads/eicar.com.txt http://www.eicar.org/download/eicar.com.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
- The file should have been quarantined by Microsoft Defender ATP for Linux. Use the following command to list all the detected threats:
|
- The file should have been quarantined by Microsoft Defender ATP for Linux. Use the following command to list all the detected threats:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mdatp --threat --list --pretty
|
mdatp --threat --list --pretty
|
||||||
```
|
```
|
||||||
|
|
||||||
## Log installation issues
|
## Log installation issues
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user