Deployment and configuration of an Azure Stack HCI operating system version 22H2 cluster requires enabling specific operating system roles and features.
- BitLocker
- Data center bridging (DCB)
- Failover clustering
- File server
- Hyper-V
- Hyper-V PowerShell
- RSAT-AD-Clustering-PowerShell module
- RSAT-AD-PowerShell module
- NetworkATC
- Storage-Replica
- NetworkHUD
- SMB bandwidth limit
Run the Get-WindowsFeature PowerShell cmdlet to verify these features:
Install-WindowsFeature -Name Hyper-V, NetworkATC, Storage-Replica, NetworkHUD, FS-SMBBW, Failover-Clustering, Data-Center-Bridging, BitLocker, FS-FileServer, RSAT-Clustering-PowerShell, -IncludeAllSubFeature -IncludeManagementTools -verbose