Merge pull request #6444 from illfated/deploy_msdatp_for_linux

MD-ATP for Linux: typos & code block corrections
This commit is contained in:
Denise Vangel-MSFT 2020-04-09 09:30:12 -07:00 committed by GitHub
commit 4ab848c044
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,15 +204,19 @@ Download the onboarding package from Microsoft Defender Security Center:
4. From a command prompt, verify that you have the file. 4. From a command prompt, verify that you have the file.
Extract the contents of the archive: Extract the contents of the archive:
```bash ```bash
ls -l ls -l
total 8 ```
-rw-r--r-- 1 test staff 5752 Feb 18 11:22 WindowsDefenderATPOnboardingPackage.zip
unzip WindowsDefenderATPOnboardingPackage.zip `total 8`
Archive: WindowsDefenderATPOnboardingPackage.zip `-rw-r--r-- 1 test staff 5752 Feb 18 11:22 WindowsDefenderATPOnboardingPackage.zip`
inflating: WindowsDefenderATPOnboarding.py
``` ```bash
unzip WindowsDefenderATPOnboardingPackage.zip
```
`Archive: WindowsDefenderATPOnboardingPackage.zip`
`inflating: WindowsDefenderATPOnboarding.py`
## Client configuration ## Client configuration
@ -234,14 +238,12 @@ Download the onboarding package from Microsoft Defender Security Center:
```bash ```bash
mdatp --health orgId mdatp --health orgId
[your organization identifier]
``` ```
4. A few minutes after you complete the installation, you can see the status by running the following command. A return value of `1` denotes that the product is functioning as expected: 4. A few minutes after you complete the installation, you can see the status by running the following command. A return value of `1` denotes that the product is functioning as expected:
```bash ```bash
mdatp --health healthy mdatp --health healthy
1
``` ```
> [!IMPORTANT] > [!IMPORTANT]
@ -251,22 +253,21 @@ 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 ```
```
- 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 https://www.eicar.org/download/eicar.com.txt curl -o ~/Downloads/eicar.com.txt https://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