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
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -319,7 +319,7 @@ Collect the networking logs by following these steps:
319
319
320
320
1. Open an elevated(admin) PowerShell prompt.
321
321
322
-
2. Download and Run: `.\collect-networking-logs.ps1`
322
+
2. Download and run: `.\collect-networking-logs.ps1`
323
323
324
324
```powershell
325
325
@@ -329,19 +329,19 @@ Collect the networking logs by following these steps:
329
329
330
330
```
331
331
332
-
3. Open a new command prompt and run: `wsl`
332
+
3. Open a new command prompt and run the following command: `wsl`.
333
333
334
-
4. Open an elevated(admin) command prompt and run: `wsl --debug-shell`
334
+
4. Open an elevated(admin) command prompt and run the following command: `wsl --debug-shell`.
335
335
336
-
5. In debug shell, run: `mdatp connectivity test`
336
+
5. In debug shell, run: `mdatp connectivity test`.
337
337
338
-
6. Allow the connectivity test to be completed
338
+
6. Allow the connectivity test to be completed.
339
339
340
-
7. Stop the .ps1 ran in step #2
340
+
7. Stop the .ps1 ran in step #2.
341
341
342
-
8. Share the generated .zip file along with support bundle that can be collected as mentioned in [steps](#support-bundle-collection).
342
+
8. Share the generated .zip file along with support bundle that can be collected as mentioned in [steps](#support-bundle-collection).
343
343
344
-
### Support bundle collection
344
+
### Collect a support bundle
345
345
346
346
1. If you run into any other challenges or issues, open Terminal, and run the following commands to generate a support bundle:
347
347
@@ -388,7 +388,7 @@ Collect the networking logs by following these steps:
388
388
- **Value**: `Dogfood or External or InsiderFast or Production`
389
389
- **Path**: `Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Defender for Endpoint plug-in for WSL`
390
390
391
-
1. 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:
391
+
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:
392
392
393
393
1. In Control Panel, go to **Programs** > **Programs and Features**.
0 commit comments