mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-30 22:27:23 +00:00
Merge pull request #6444 from illfated/deploy_msdatp_for_linux
MD-ATP for Linux: typos & code block corrections
This commit is contained in:
commit
4ab848c044
@ -206,14 +206,18 @@ Download the onboarding package from Microsoft Defender Security Center:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
ls -l
|
ls -l
|
||||||
total 8
|
|
||||||
-rw-r--r-- 1 test staff 5752 Feb 18 11:22 WindowsDefenderATPOnboardingPackage.zip
|
|
||||||
|
|
||||||
unzip WindowsDefenderATPOnboardingPackage.zip
|
|
||||||
Archive: WindowsDefenderATPOnboardingPackage.zip
|
|
||||||
inflating: WindowsDefenderATPOnboarding.py
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
`total 8`
|
||||||
|
`-rw-r--r-- 1 test staff 5752 Feb 18 11:22 WindowsDefenderATPOnboardingPackage.zip`
|
||||||
|
|
||||||
|
```bash
|
||||||
|
unzip WindowsDefenderATPOnboardingPackage.zip
|
||||||
|
```
|
||||||
|
|
||||||
|
`Archive: WindowsDefenderATPOnboardingPackage.zip`
|
||||||
|
`inflating: WindowsDefenderATPOnboarding.py`
|
||||||
|
|
||||||
## Client configuration
|
## Client configuration
|
||||||
|
|
||||||
1. Copy WindowsDefenderATPOnboarding.py to the target machine.
|
1. Copy WindowsDefenderATPOnboarding.py to the target machine.
|
||||||
@ -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]
|
||||||
@ -253,7 +255,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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user