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.
DanVisan
Mar 14, 2022Copper Contributor
** Mount .iso Windows Server installation file (ex: local drive E:)
** Create folder "mount" in C:\
mkdir C:\mount
** Get Windows version index:
Dism /Get-WimInfo /WimFile:E:\sources\install.wim
** Index : 4 - Name : Windows Server 2022 Datacenter Evaluation (Desktop Experience)
Dism /mount-wim /wimfile:E:\Sources\install.wim /index:4 /mountdir:C:\mount /readonly
Dism /online /enable-feature /featurename:WindowsServerBackup /Source:C:\mount\Windows\WinSxS
** Clean up old backups:
wbadmin delete catalog