Skip to content

Commit 809d078

Browse files
committed
Changes in upgrade for English language for ISO
1 parent 0a249a3 commit 809d078

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
@@ -265,9 +265,17 @@ To learn more about how to disable WDAC policies, see [Remove Windows Defender A
265265

266266
## Remediation 5: Ensure language is English
267267

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

270-
For more information, see [Verify OS language for Azure Stack HCI](../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 doman account that you will use for upgrade.
271+
272+
1. Sign in to each node of the cluster using the domain account you plan to use for the upgrade.
273+
1. Run the following PowerShell commands:
274+
275+
```powershell
276+
$UserLanguageList = New-WinUserLanguageList -Language en-US
277+
Set-WinUserLanguageList -LanguageList $UserLanguageList
278+
```
271279
272280
## Remediation 6: Check storage pool space
273281

0 commit comments

Comments
 (0)