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
Data collected from the `mde-support-diagnostics` command uses the MDE Client Analyzer tool to bundle information from `mdatp` commands and relevant log files. The storage account `tgz` file will contain a `zip` file named `mde-support-diagnostics-<hostname>.zip`. The `zip` should be sent along with any support requests to ensure the supporting teams can use the logs for troubleshooting and root cause analysis, if needed.
@@ -190,6 +214,8 @@ Script execution result can be found in storage account:
190
214
191
215
After downloading the execution result file, the support files can be unzipped for analysis.
192
216
217
+
__Example list of information collected by the MDE Client Analyzer__
Data is collected with the `hardware-rollup-status` command and formatted as JSON to `/hostfs/tmp/runcommand/rollupStatus.json`. The JSON file is found
212
-
in the data extract zip file located in the storage account.
238
+
in the data extract zip file located in the storage account. The data collected will show the health of the machine subsystems.
213
239
214
240
This example executes the `hardware-rollup-status` command without arguments.
215
241
@@ -234,6 +260,43 @@ Script execution result can be found in storage account:
Note the provided link to the tar.gz zipped file from the command execution. The tar.gz file name identifies the file in the Storage Account of the Cluster Manager resource group. You can also use the link to directly access the output zip file. The tar.gz file also contains the zipped extract command file outputs. Download the output file from the storage blob to a local directory by specifying the directory path in the optional argument `--output-directory`.
0 commit comments