Cannot add Windows Server Backup feature on Server 2022. It says source is missing.

Anonymous
2023-12-20T11:18:04+00:00

Weindows server backup

Windows Server Devices and deployment Install Windows updates, features, or roles

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-12-21T03:26:12+00:00

    Hello Torrey Feest

    1. Make sure your server is connected to the internet.
    2. Make sure you have the latest Windows updates installed on your server.
    3. Try using PowerShell commands to install the backup feature. Open a PowerShell window, enter the following command, and press Enter:

    Install-WindowsFeature -Name Windows-Server-Backup

    If you still can't install the backup feature, try using the DISM command. Open a PowerShell window, enter the following command, and press Enter:

    DISM /Online /Enable-Feature /FeatureName:WindowsServerBackup

    Best Regards,

    Hania Lian

    4 people found this answer helpful.
    0 comments No comments