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/upgrade/upgrade-22h2-to-23h2-powershell.md
+23-5Lines changed: 23 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Upgrade Azure Stack HCI OS, version 22H2 to version 23H2 via PowerShell
3
3
description: Learn how to use PowerShell to upgrade Azure Stack HCI OS, version 22H2 to version 23H2.
4
4
author: alkohli
5
5
ms.topic: how-to
6
-
ms.date: 10/08/2025
6
+
ms.date: 12/02/2025
7
7
ms.author: alkohli
8
8
ms.reviewer: alkohli
9
9
ms.service: azure-local
@@ -293,6 +293,24 @@ To install the new OS using PowerShell, follow these steps:
293
293
Test-Cluster
294
294
```
295
295
296
+
1. Extract the contents of the ISO image and copy them to the local system drive on each machine. Ensure that the local path is the same on each machine. Then, update the `PathToSetupMedia` parameter with the local path to the extracted ISO contents, not the ISO file.
297
+
298
+
```powershell
299
+
# Define ISO and destination folder for extracted contents
@@ -348,20 +366,20 @@ To install the new OS using PowerShell, follow these steps:
348
366
Test-Cluster
349
367
```
350
368
351
-
1. Extract the contents of the ISO image and copy them to the local system drive on each machine. Ensure that the local path is the same on each machine. Then, update the `PathToSetupMedia` parameter with the local path to the ISO image.
369
+
1. Extract the contents of the ISO image and copy them to the local system drive on each machine. Ensure that the local path is the same on each machine. Then, update the `PathToSetupMedia` parameter with the local path to the extracted ISO contents, not the ISO file.
352
370
353
371
```powershell
354
-
# Define ISO and destination paths
372
+
# Define ISO and destination folder for extracted contents
0 commit comments