Install Windows Server Backup Feature In Windows Server 2016

This can be done in two ways, using PowerShell and Server Manager.

Note

Windows Server Backup is a feature and not a role.

I will show you how to do this, using PowerShell as well as a Server Manager..

Installing Windows Server Backup using PowerShell

Installing this feature, using PowerShell is the easiest way to do it. To install Windows Server Backup, using PowerShell; you need to open PowerShell and type

PS C:\> Get-WindowsFeature Windows-Server-Backup

Server

Once you run this command , you can see the Install-State, if it says available; it means Windows Server backup feature is available for the installation.

Now, to install this, run the command given below.

PS C:\> Install-WindowsFeature -Name Windows-Server-Backup

Server

This will install Windows Server Backup feature on your Windows Server 2016. Once it has been installed, you can run the Get-WindowsFeature command again to verify, if it's Install State.. As you can see above, it says “Installed”.

Installing Windows Server Backup using Server Manager

This is just the other way of installing Windows Server Backup feature. If you like to do it, using Server Manager; you just need to follow the steps given below.

Go to Sever Manger —> Click Add roles and features.

Server

Select Installation Type —> Click Next.

Server

Select the Server —> Click Next—> Select Windows Server Backup —> Click Next.

Server

The installation process begins and it will install Windows Server Backup feature in your Windows Server 2016.

Server

In my next article, I will show you how to configure Windows Server Backup.

Up Next
    Ebook Download
    View all
    Learn
    View all