mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-19 08:47:22 +00:00
add liveanalyzer troubleshoot topic
This commit is contained in:
parent
30c1fa79a4
commit
74a0841b09
@ -652,6 +652,8 @@
|
|||||||
##### [Check service health](microsoft-defender-atp/service-status.md)
|
##### [Check service health](microsoft-defender-atp/service-status.md)
|
||||||
|
|
||||||
#### [Troubleshoot live response issues](microsoft-defender-atp/troubleshoot-live-response.md)
|
#### [Troubleshoot live response issues](microsoft-defender-atp/troubleshoot-live-response.md)
|
||||||
|
|
||||||
|
#### [Collect support logs using LiveAnalyzer ](microsoft-defender-atp/troubleshoot-collect-support-log.md)
|
||||||
|
|
||||||
#### [Troubleshoot attack surface reduction issues]()
|
#### [Troubleshoot attack surface reduction issues]()
|
||||||
##### [Network protection](microsoft-defender-atp/troubleshoot-np.md)
|
##### [Network protection](microsoft-defender-atp/troubleshoot-np.md)
|
||||||
|
Binary file not shown.
After Width: | Height: | Size: 45 KiB |
Binary file not shown.
After Width: | Height: | Size: 7.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 8.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
@ -0,0 +1,66 @@
|
|||||||
|
---
|
||||||
|
title: Collect support logs in Microsoft Defender ATP using LiveAnalyzer
|
||||||
|
description: Learn how to collect logs using LiveAnalyzer to troubleshoot Microsoft Defender ATP issues
|
||||||
|
keywords: support, log, collect, troubleshoot, liveanalyzer, analyzer, live, response
|
||||||
|
search.product: eADQiWindows 10XVcnh
|
||||||
|
search.appverid: met150
|
||||||
|
ms.prod: w10
|
||||||
|
ms.mktglfcycl: deploy
|
||||||
|
ms.sitesec: library
|
||||||
|
ms.pagetype: security
|
||||||
|
ms.author: macapara
|
||||||
|
author: mjcaparas
|
||||||
|
ms.localizationpriority: medium
|
||||||
|
manager: dansimp
|
||||||
|
audience: ITPro
|
||||||
|
ms.collection: M365-security-compliance
|
||||||
|
ms.topic: troubleshooting
|
||||||
|
---
|
||||||
|
|
||||||
|
# Collect support logs in Microsoft Defender ATP using LiveAnalyzer
|
||||||
|
|
||||||
|
|
||||||
|
**Applies to:**
|
||||||
|
- [Microsoft Defender Advanced Threat Protection (Microsoft Defender ATP)](https://go.microsoft.com/fwlink/p/?linkid=2069559)
|
||||||
|
|
||||||
|
When approaching support you will often be requested to provide Microsoft Defender ATP Client Analyzer tool output.
|
||||||
|
|
||||||
|
This topic provides instructions on how to run the tool via Live Response, or locally if the machine isn’t communicating with Microsoft Defender ATP cloud services.
|
||||||
|
|
||||||
|
1. Download the [LiveAnalyzer.ps1 script](https://aka.ms/MDATPLiveAnalyzer ).
|
||||||
|
|
||||||
|
2. Initiate a [Live Response session](live-response.md#initiate-a-live-response-session-on-a-device) oo the machine you need to investigate.
|
||||||
|
|
||||||
|
3. Select **Upload file to library**.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
4. Select **Choose file**.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
5. Select the downloaded file named MDATPLiveAnalyzer.ps1 and then select on **Confirm**
|
||||||
|
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
6. While still in the LiveResponse session, use the commands below to run the analyzer and collect the result file:
|
||||||
|
|
||||||
|
```
|
||||||
|
Run MDATPLiveAnalyzer.ps1
|
||||||
|
GetFile "C:\ProgramData\Microsoft\Windows Defender Advanced Threat Protection\Downloads\MDATPClientAnalyzerResult.zip" -auto
|
||||||
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
>[!NOTES]
|
||||||
|
>- The latest preview version of MDATPClientAnalyzer can be downloaded [here](https://aka.ms/Betamdatpanalyzer). <br>
|
||||||
|
>- The LiveAnalyzer script downloads the troubleshooting package on the destination machine from: https://mdatpclientanalyzer.blob.core.windows.net. <br>
|
||||||
|
> If you cannot allow the machine to reach the above URL, then upload MDATPClientAnalyzerPreview.zip file to the library before running the LiveAnalyzer script:
|
||||||
|
>```PutFile MDATPClientAnalyzerPreview.zip -overwrite
|
||||||
|
>Run MDATPLiveAnalyzer.ps1
|
||||||
|
>GetFile "C:\ProgramData\Microsoft\Windows Defender Advanced Threat Protection\Downloads\MDATPClientAnalyzerResult.zip" -auto
|
||||||
|
>```
|
||||||
|
> - For more information on gathering data locally on a machine in case the machine isn’t communicating with Microsoft Defender ATP cloud services, or does not appear in MDATP portal as expected, see [Verify client connectivity to Microsoft Defender ATP service URLs](configure-proxy-internet.md#verify-client-connectivity-to-microsoft-defender-atp-service-urls).
|
Loading…
x
Reference in New Issue
Block a user