File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -403,13 +403,13 @@ Download the onboarding package from the [Microsoft Defender portal](https://sec
403
403
>
404
404
> To onboard a device that was previously offboard, you must remove the mdatp_offboard.json file located at /etc/opt/microsoft/mdatp.
405
405
406
- If you' re running RHEL 8.x or Ubuntu 20.04 or higher, you need to use `python3`. Run the below command:
406
+ If you' re running RHEL 8.x or Ubuntu 20.04 or higher, you need to use `python3`. Run the following command:
407
407
408
408
```bash
409
409
sudo python3 MicrosoftDefenderATPOnboardingLinuxServer.py
410
410
```
411
411
412
- For the rest of distros and versions, you need to use `python`. Run the below command:
412
+ For the rest of distros and versions, you need to use `python`. Run the following command:
413
413
414
414
```bash
415
415
sudo python MicrosoftDefenderATPOnboardingLinuxServer.py
@@ -449,7 +449,7 @@ Download the onboarding package from the [Microsoft Defender portal](https://sec
449
449
mdatp config real-time-protection --value enabled
450
450
` ` `
451
451
452
- 1. Open a Terminal window and execute the following command to run a detection test :
452
+ 1. To run a detection test, open a Terminal window. and then run the following command :
453
453
454
454
` ` ` bash
455
455
curl -o /tmp/eicar.com.txt https://secure.eicar.org/eicar.com.txt
You can’t perform that action at this time.
0 commit comments