MD-ATP for Linux: typos & code block corrections

Description:

As reported in issue ticket #6443
(the copy paste fields on this doc are incorrect
 and can cause errors/confusion), there are 3 lines incorrectly added
into the copy-paste blocks in this deployment description.

There is also at least 1 copy-paste block in need of moving the
actual commands away from the console output and out into their own
boxes or monospace command line notation.

Thanks to bled1982 for reporting this issue.

Changes proposed:
- Remove 1 line containing "[your organization identifier]"
- Remove 2 occurrences of an unwarranted "1" character line
- Split the 'ls -l' command from the console output
- Split the 'unzip' command from the console output
- Adjust code block indent for 3 double-indented blocks

Ticket closure or reference:

Closes #6443
This commit is contained in:
illfated 2020-04-08 20:52:35 +02:00
parent 572ed1c776
commit 358c1894a3

View File

@ -201,15 +201,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
@ -231,14 +235,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]
@ -250,7 +252,6 @@ Download the onboarding package from Microsoft Defender Security Center:
```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: