Skip to content

Commit c5ea1ad

Browse files
Merge pull request #16050 from alkohli/upgr
Changes in upgrade for English language for ISO
2 parents c4701a1 + 809d078 commit c5ea1ad

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

azure-stack/hci/upgrade/validate-solution-upgrade-readiness.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,17 @@ To learn more about how to disable WDAC policies, see [Remove Windows Defender A
264264

265265
## Remediation 5: Ensure language is English
266266

267-
Only clusters installed using an English language are eligible to apply the solution upgrade. Make sure that your cluster was installed using English.
267+
Only clusters installed using the English language are eligible to apply the solution upgrade. Make sure that your cluster was installed using English.
268268

269-
For more information, see [Verify OS language for Azure Stack HCI](../manage/languages.md#change-the-language-in-server-core).
269+
If you used the English ISO, but configured a different language during setup, you must change the language settings for the doman account that you will use for upgrade.
270+
271+
1. Sign in to each node of the cluster using the domain account you plan to use for the upgrade.
272+
1. Run the following PowerShell commands:
273+
274+
```powershell
275+
$UserLanguageList = New-WinUserLanguageList -Language en-US
276+
Set-WinUserLanguageList -LanguageList $UserLanguageList
277+
```
270278
271279
## Remediation 6: Check storage pool space
272280

0 commit comments

Comments
 (0)