- Azure Stack HCI OS is available in multiple languages. You can download the ISO file of Azure Stack HCI OS (in any language) from Microsoft | Azure Stack HCI software download.
- After installing Azure Stack HCI OS on an AX node, you must perform the following registry configuration before Azure onboarding to ensure the node gets identified as one sold by .
- PowerShell commands:
New-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation" -name SupportProvider -value DellEMC
To verify "DellEMC" is successfully entered into the registry, run the following command:
(get-itemproperty "HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation").SupportProvider
