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: azure-local/manage/support-tools.md
+84-44Lines changed: 84 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: This article provides guidance on the Support Diagnostic Tool for A
4
4
author: alkohli
5
5
ms.author: alkohli
6
6
ms.topic: how-to
7
-
ms.date: 04/09/2025
7
+
ms.date: 05/08/2025
8
8
---
9
9
10
10
# Use the Support Diagnostic Tool to troubleshoot Azure Local issues
@@ -31,15 +31,13 @@ The tool provides:
31
31
32
32
## Prerequisites
33
33
34
-
Before you use the PowerShell module, make sure to:
34
+
Before you use the PowerShell module:
35
35
36
-
-Download the Azure Local Support Diagnostic Tool from the [PowerShell Gallery](https://www.powershellgallery.com/packages?q=hci).
36
+
-Make sure to use an account that has administrative access to the Azure Local machines.
37
37
38
-
-Import the module into an elevated PowerShell window using an account with administrator privileges on the local system. For more information, see [Importing a PowerShell Module](/powershell/scripting/developer/module/importing-a-powershell-module).
38
+
-Ensure that PSRemoting is configured on the Azure Local machines. Run `Enable-PSRemoting` to configure remote PowerShell. For more information, see the [Enable-PSRemoting](/powershell/module/microsoft.powershell.core/enable-psremoting) reference documentation.
39
39
40
-
- Install the module on each node of the Azure Local system. For information about connecting to a node, see [Enable RDP](.././deploy/deploy-via-portal.md#enable-rdp).
41
-
42
-
## Install and use the Azure Local Support Diagnostic Tool
40
+
## Install or update the Azure Local Support Diagnostic Tool
43
41
44
42
Run PowerShell as an administrator and then run the following commands:
45
43
@@ -49,41 +47,77 @@ To install the tool, run the following command:
To check all data collection sets, press `CTRL+SPACE` after the parameter `Component`.
66
+
>[!NOTE]
67
+
>Ensure all machines within Azure Local have been updated to use the same version. Remove existing PSSessions to ensure the correct module version is loaded into the remote runspace.
68
+
69
+
## Use the Azure Local Support Diagnostic Tool
70
+
71
+
This section provides different cmdlets for using the Azure Local Support Diagnostic Tool.
72
+
73
+
### View available cmdlets
67
74
68
-
To collect your own dataset, run the following command:
75
+
To see a list of available cmdlets within the PowerShell module, run the following cmdlet:
For complete guidance on troubleshooting storage related issues, refer to [Troubleshooting-Storage-With-Support-Diagnostics-Tool](https://github.com/Azure/AzureLocal-Supportability/blob/main/TSG/Storage/Troubleshooting-Storage-With-Support-Diagnostics-Tool.md).
0 commit comments