You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: defender-endpoint/mde-plugin-wsl.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -298,7 +298,7 @@ DeviceProcessEvents
298
298
299
299
- If the connectivity issues persist, run the following steps to collect the networking logs
300
300
301
-
1. Open an elevated(admin) powerhsell prompt
301
+
1. Open an elevated(admin) PowerShell prompt
302
302
303
303
2. Download and Run: `.\collect-networking-logs.ps1`
304
304
@@ -321,7 +321,8 @@ DeviceProcessEvents
321
321
8. Share the generated .zip file along with support bundle that can be collected as mentioned in [steps](#support-bundle-collection).
322
322
323
323
### 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:
325
326
326
327
```powershell
327
328
cd"%ProgramFiles%\Microsoft Defender for Endpoint plug-in for WSL\tools"
@@ -335,7 +336,7 @@ DeviceProcessEvents
335
336
336
337
:::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":::
337
338
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:
339
340
340
341
1. Go to your [Microsoft Intune admin center](https://intune.microsoft.com).
341
342
@@ -359,14 +360,14 @@ DeviceProcessEvents
359
360
wsl --set-default-version 2
360
361
```
361
362
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:
363
364
364
365
- **Name**: `OverrideReleaseRing`
365
366
- **Type**: `REG_SZ`
366
367
- **Value**: `Dogfood or External or InsiderFast or Production`
367
368
- **Path**: `Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Defender for Endpoint plug-in for WSL`
368
369
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:
370
371
371
372
1. In Control Panel, go to **Programs**>**Programs and Features**.
0 commit comments