Windows Server Backup : Install2020/09/21 |
Install [Windows Server Backup] to get backup or recover files on your System.
|
[1] | Run PowerShell with Admin Privilege and Install Windows Server Backup. |
Windows PowerShell Copyright (C) Microsoft Corporation. All rights reserved. # install Backup feature PS C:\Users\Administrator> Install-WindowsFeature Windows-Server-Backup Success Restart Needed Exit Code Feature Result ------- -------------- --------- -------------- True No Success {Windows Server Backup} WARNING: You must restart this server to finish the installation process. # restart system to apply changes PS C:\Users\Administrator> Restart-Computer -Force |
Windows Server Backup : Install (GUI)
|
On GUI installation, set like follows.
|
|
[2] | Run [Server Manager] and click [Add roles and features]. |
[3] | Click [Next] button. |
[4] | Select [Role-based or feature-based installation]. |
[5] | Select a Host which you'd like to add services. |
[6] | Click [Next] button. |
[7] | Check a box [Windows Server Backup] and Click [Next] button. |
[8] | Click [Install] button to begin installation. |
[9] | After finishing Installation, click [Close] button. |
Sponsored Link |