Hi create share,
Thanks for your post.
For this potential bug, you can open the Edge, press Shift+Alt+I to feedback the uservoice to the develop team. Many features of our current products are designed and upgraded based on customer feedback. We strive to capture any negative reviews in order to ensure that we are continuously improving our products to meet our customers' needs. With your efforts, we are committed to improving our products.
Also, you can try the following workaround to install NLB firstly and then install WSB feature and see if it works.
The workaround - Using Server Manager
For some reason you need to install the Network Load Balancing (NLB) feature before you install the Windows Server Backup.
- Remove the Windows Server Backup feature
- Install the Network Load Balancing feature
- Install the Windows Server Backup feature
- Optional: Reboot your Server if you do not see it
The workaround - Using Powershell Run Powershell as administrator then run the following,
Uninstall-WindowsFeature Windows-Server-Backup -Remove
Install-WindowsFeature NLB
Install-WindowsFeature Windows-Server-Backup
The workaround - Using Powershell Run Powershell as administrator then run the following,
Uninstall-WindowsFeature Windows-Server-Backup -Remove
Install-WindowsFeature NLB
Install-WindowsFeature Windows-Server-Backup
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.