Skip to content

Commit e3d1332

Browse files
committed
Include file
1 parent c7b127e commit e3d1332

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

AKS-Arc/includes/install-akshci-ps.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ author: sethmanheim
33
ms.author: sethm
44
ms.service: azure-stack
55
ms.topic: include
6-
ms.date: 02/21/2025
6+
ms.date: 04/07/2025
77
ms.reviewer: abha
88
ms.lastreviewed: 05/02/2022
99

1010
---
1111

12-
Follow these steps on all nodes in your Azure Local cluster or Windows Server cluster:
12+
Follow these steps on all nodes in your Windows Server cluster:
1313

1414
> [!NOTE]
1515
> If you are using remote PowerShell, you must use CredSSP.
1616
17-
1. Close all open PowerShell windows, open a new PowerShell session as administrator, and run the following command on all nodes in your Azure Local or Windows Server cluster:
17+
1. Close all open PowerShell windows, open a new PowerShell session as administrator, and run the following command on all nodes in your Windows Server cluster:
1818

1919
```powershell
2020
Install-PackageProvider -Name NuGet -Force
@@ -23,7 +23,7 @@ Follow these steps on all nodes in your Azure Local cluster or Windows Server cl
2323

2424
You must close all existing PowerShell windows again to ensure that loaded modules are refreshed. Don't continue to the next step until you close all open PowerShell windows.
2525

26-
1. Install the **AksHci** PowerShell module by running the following command on all nodes in your Azure Local or Windows Server cluster:
26+
1. Install the **AksHci** PowerShell module by running the following command on all nodes in your Windows Server cluster:
2727

2828
```powershell
2929
Install-Module -Name AksHci -Repository PSGallery -Force -AcceptLicense

0 commit comments

Comments
 (0)