Skip to content

Commit fb31399

Browse files
authored
Update mde-plugin-wsl.md
1 parent 964f9db commit fb31399

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

defender-endpoint/mde-plugin-wsl.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ DeviceProcessEvents
298298

299299
- If the connectivity issues persist, run the following steps to collect the networking logs
300300

301-
1. Open an elevated(admin) powerhsell prompt
301+
1. Open an elevated(admin) PowerShell prompt
302302

303303
2. Download and Run: `.\collect-networking-logs.ps1`
304304

@@ -321,7 +321,8 @@ DeviceProcessEvents
321321
8. Share the generated .zip file along with support bundle that can be collected as mentioned in [steps](#support-bundle-collection).
322322

323323
### Support bundle collection
324-
5. If you run into any other challenges or issues, open Terminal, and run the following commands to generate a support bundle:
324+
325+
1. If you run into any other challenges or issues, open Terminal, and run the following commands to generate a support bundle:
325326

326327
```powershell
327328
cd "%ProgramFiles%\Microsoft Defender for Endpoint plug-in for WSL\tools"
@@ -335,7 +336,7 @@ DeviceProcessEvents
335336

336337
:::image type="content" source="media/mdeplugin-wsl/wsl-health-check-overview.png" alt-text="Screenshot showing status in PowerShell output." lightbox="media/mdeplugin-wsl/wsl-health-check-overview.png":::
337338

338-
6. Microsoft Defender Endpoint for WSL supports Linux distributions running on WSL 2. If they're associated with WSL 1, you might encounter issues. Therefore, it's advised to disable WSL 1. To do so with the Intune policy, perform the following steps:
339+
2. Microsoft Defender Endpoint for WSL supports Linux distributions running on WSL 2. If they're associated with WSL 1, you might encounter issues. Therefore, it's advised to disable WSL 1. To do so with the Intune policy, perform the following steps:
339340

340341
1. Go to your [Microsoft Intune admin center](https://intune.microsoft.com).
341342

@@ -359,14 +360,14 @@ DeviceProcessEvents
359360
wsl --set-default-version 2
360361
```
361362

362-
7. The plug-in uses the Windows EDR ring by default. If you wish to switch to an earlier ring, set `OverrideReleaseRing` to one of the following under registry and restart WSL:
363+
3. The plug-in uses the Windows EDR ring by default. If you wish to switch to an earlier ring, set `OverrideReleaseRing` to one of the following under registry and restart WSL:
363364

364365
- **Name**: `OverrideReleaseRing`
365366
- **Type**: `REG_SZ`
366367
- **Value**: `Dogfood or External or InsiderFast or Production`
367368
- **Path**: `Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Defender for Endpoint plug-in for WSL`
368369

369-
8. If you see an error on launching WSL, such as "A fatal error was returned by plugin 'DefenderforEndpointPlug-in' Error code: Wsl/Service/CreateInstance/CreateVm/Plugin/ERROR_FILE_NOT_FOUND", it means the Defender for Endpoint plug-in for WSL installation is faulty. To repair it, follow these steps:
370+
4. If you see an error on launching WSL, such as "A fatal error was returned by plugin 'DefenderforEndpointPlug-in' Error code: Wsl/Service/CreateInstance/CreateVm/Plugin/ERROR_FILE_NOT_FOUND", it means the Defender for Endpoint plug-in for WSL installation is faulty. To repair it, follow these steps:
370371

371372
1. In Control Panel, go to **Programs** > **Programs and Features**.
372373

0 commit comments

Comments
 (0)