Skip to content

Commit 259e9ac

Browse files
committed
tweaks
1 parent b86ec95 commit 259e9ac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

azure-local/upgrade/upgrade-22h2-to-23h2-powershell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Upgrade Azure Stack HCI OS, version 22H2 to version 23H2 via PowerShell
33
description: Learn how to use PowerShell to upgrade Azure Stack HCI OS, version 22H2 to version 23H2.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 11/25/2025
6+
ms.date: 12/02/2025
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.service: azure-local
@@ -298,7 +298,7 @@ To install the new OS using PowerShell, follow these steps:
298298
```powershell
299299
# Define ISO and destination folder for extracted contents
300300
$isoFilePath = "C:\SetupFiles\WindowsServer\ISOs\example.iso"
301-
$destinationPath = "C:\SetupFiles\WindowsServer\ExtractedFiles"
301+
$destinationPath = "C:\SetupFiles\WindowsServer\ExtractedFilesFolder"
302302
# Mount the ISO file
303303
$iso = Mount-DiskImage -ImagePath $isoFilePath
304304
# Get the drive letter
@@ -371,7 +371,7 @@ To install the new OS using PowerShell, follow these steps:
371371
```powershell
372372
# Define ISO and destination folder for extracted contents
373373
$isoFilePath = "C:\SetupFiles\WindowsServer\ISOs\example.iso"
374-
$destinationPath = "C:\SetupFiles\WindowsServer\ExtractedFiles"
374+
$destinationPath = "C:\SetupFiles\WindowsServer\ExtractedFilesFolder"
375375
# Mount the ISO file
376376
$iso = Mount-DiskImage -ImagePath $isoFilePath
377377
# Get the drive letter

0 commit comments

Comments
 (0)