Note: This registry key procedure only applies if the operating system is Azure Stack HCI OS. It does not apply for Windows Server OS (WS2019 or WS2022).
- 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 Dell.
- 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
