Skip to content

Commit b8239bd

Browse files
committed
https://aka.ms/MDE-Linux-EDR-DIY
1 parent 11a1faf commit b8239bd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

defender-endpoint/edr-detection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ powershell.exe -NoExit -ExecutionPolicy Bypass -WindowStyle Hidden $ErrorActionP
5454

5555
### Linux
5656

57-
1. Download [script file](https://aka.ms/LinuxDIY) to an onboarded Linux server
57+
1. Download [script file](https://aka.ms/MDE-Linux-EDR-DIY) to an onboarded Linux server
5858

5959

6060
```bash
61-
curl -o ~/Downloads/MDE Linux DIY.zip https://aka.ms/LinuxDIY
61+
curl -o ~/Downloads/MDE Linux DIY.zip https://aka.ms/MDE-Linux-EDR-DIY
6262
```
6363

6464
1. Extract the zip

defender-endpoint/linux-install-manually.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ Download the onboarding package from Microsoft Defender portal.
493493
494494
- Verify that the onboarded Linux server appears in Microsoft Defender XDR. If this is the first onboarding of the machine, it can take up to 20 minutes until it appears.
495495
496-
- Download and extract the [script file](https://aka.ms/LinuxDIY) to an onboarded Linux server and run the following command: `./mde_linux_edr_diy.sh`
496+
- Download and extract the [script file](https://aka.ms/MDE-Linux-EDR-DIY) to an onboarded Linux server and run the following command: `./mde_linux_edr_diy.sh`
497497
498498
- After a few minutes, a detection should be raised in Microsoft Defender XDR.
499499

defender-endpoint/mde-plugin-wsl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.collection:
1515
ms.custom:
1616
- partner-contribution
1717
audience: ITPro
18-
ms.date: 07/26/2024
18+
ms.date: 08/01/2024
1919
search.appverid: MET150
2020
---
2121

@@ -192,7 +192,7 @@ To test the plug-in after installation, follow these steps:
192192

193193
2. Run the command `wsl`.
194194

195-
3. Download and extract the script file from [https://aka.ms/LinuxDIY](https://aka.ms/LinuxDIY).
195+
3. Download and extract the script file from [https://aka.ms/MDE-Linux-EDR-DIY](https://aka.ms/MDE-Linux-EDR-DIY).
196196

197197
4. At the Linux prompt, run the command `./mde_linux_edr_diy.sh`.
198198

0 commit comments

Comments
 (0)