
Adding the Windows backup component to Windows Server Core
Enabling Windows server backup on Windows Server Core using the command line
In order to backup your Windows Server Core you will need to install the Windows backup component using the command line.
To Install Windows Backup use the following command:
To enable/install the Windows backup component to a server using the command line
Code
ocsetup WindowsServerBackup
and press Enter.
To disable/uninstall the Windows backup component to a server using the command line
Code
ocsetup WindowsServerBackup /uninstall
and press Enter.
Enjoy
Recommended Posts