Forum Discussion
SeanBuckle45
Jun 10, 2021Copper Contributor
Unable to install Windows Server Backup on Windows 2019 Essentials
Trying to install Windows Server Backup feature on a newly installed Windows 2019 Essentials server. When trying to install it comes back with the below error: Install-WindowsFeature : The reques...
- Feb 21, 2024
I have gotten this to work simply by doing the following in PowerShell.
Get-WindowsFeature *backup*
Dism /Online /Disable-Feature /FeatureName:WindowsServerBackup
Dism /Online /Enable-Feature /FeatureName:WindowsServerBackup
Now it opens fine.
Dave Patrick
Jun 10, 2021MVP
Sounds like the OS may be broken. You can try repairing servicing
sfc /scannow
dism /online /cleanup-image /restorehealth
yongcyi
Aug 31, 2021Copper Contributor
I have same problem with Server 2019 so followed your below instructions, however, it did not fix the situation.
sfc /scannow
dism /online /cleanup-image /restorehealth
Any other suggestions?
Thanks for your help.