Skip to content

Commit 93b3a9d

Browse files
Merge pull request #16661 from v-sissondan/change-lcm-user
Change LCM user language
2 parents 24edb67 + b319595 commit 93b3a9d

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

azure-local/upgrade/validate-solution-upgrade-readiness.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Validate solution upgrade readiness for Azure Local, version 23H2
33
description: Learn how to assess upgrade readiness for Azure Local, version 23H2 that already had its operating system upgraded from version 22H2.
44
author: alkohli
55
ms.topic: how-to
6-
ms.date: 11/06/2024
6+
ms.date: 12/26/2024
77
ms.author: alkohli
88
ms.reviewer: alkohli
99
ms.service: azure-stack-hci
@@ -267,7 +267,16 @@ To learn more about how to disable WDAC policies, see [Remove Windows Defender A
267267

268268
Only systems installed using an English language are eligible to apply the solution upgrade. Make sure that your system was installed using English.
269269

270-
For more information, see [Verify OS language for Azure Local](../manage/languages.md#change-the-language-in-server-core).
270+
If you used the English ISO but configured a different language during setup, you must change the language settings for the LCM Upgrade user account as follows:
271+
272+
1. Sign in to each machine using the domain account you plan to use for the upgrade.
273+
274+
1. Run the following PowerShell commands:
275+
276+
```powershell
277+
$UserLanguageList = New-WinUserLanguageList -Language en-US
278+
Set-WinUserLanguageList -LanguageList $UserLanguageList
279+
```
271280
272281
## Remediation 6: Check storage pool space
273282

0 commit comments

Comments
 (0)