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: articles/operator-nexus/howto-baremetal-run-data-extract.md
+32-1Lines changed: 32 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Troubleshoot bare metal machine issues using the `az networkcloud baremet
3
3
description: Step by step guide on using the `az networkcloud baremetalmachine run-data-extract` to extract data from a bare metal machine for troubleshooting and diagnostic purposes.
4
4
author: eak13
5
5
ms.author: ekarandjeff
6
-
ms.service: azure
6
+
ms.service: azure-operator-nexus
7
7
ms.topic: how-to
8
8
ms.date: 05/15/2023
9
9
ms.custom: template-how-to
@@ -34,6 +34,10 @@ The current list of supported commands are
34
34
-`TTYLog` - Storage TTYLog data
35
35
-`Debug` - debug logs
36
36
37
+
- Collect Microsoft Defender for Endpoints (MDE) agent information\
38
+
Command Name: `mde-agent-information`\
39
+
Arguments: None
40
+
37
41
The command syntax is:
38
42
39
43
```azurecli-interactive
@@ -58,6 +62,16 @@ az networkcloud baremetalmachine run-data-extract --name "bareMetalMachineName"
58
62
--limit-time-seconds 600
59
63
```
60
64
65
+
This example executes the `mde-agent-information` command without arguments.
66
+
67
+
```azurecli
68
+
az networkcloud baremetalmachine run-data-extract --name "bareMetalMachineName" \
In the response, the operation performs asynchronously and returns an HTTP status code of 202. See the **Viewing the output** section for details on how to track command completion and view the output file.
62
76
63
77
## Viewing the output
@@ -89,3 +103,20 @@ Collection successfully exported to /hostfs/tmp/runcommand/hardware-support-data
89
103
Script execution result can be found in storage account:
0 commit comments