Hello Mikel, this is Henry and I want to share my insight about your issue
The primary reason you cannot find or edit a service for Windows Server Backup is because one does not exist. Please help me verify that the feature, including its graphical tools, was installed correctly.
- Open Server Manager.
- In the top-right corner, click the Tools menu.
- Select Windows Server Backup from the dropdown list.
If this option is present and it opens the management console, your installation is successful. This is the primary and intended way to manage your server backups. From this console, you can create a backup schedule, run a one-time backup, or perform a recovery.
If the option is not in the Tools menu, it means the management tools were not installed with the feature. Please follow:
- Open Windows PowerShell as an Administrator.
- Run the following command to install the feature along with its necessary management console:
Install-WindowsFeature -Name Windows-Server-Backup -IncludeManagementTools - After the installation completes, restart Server Manager. The "Windows Server Backup" option will now appear in the Tools menu.
This document is the official reference for the Install-WindowsFeature PowerShell command, proving this is the correct syntax for adding server features and their management tools.
I hope this information helps point you in the right direction for your research. Let me know how it goes, and if this answer helps, feel free to hit “Accept Answer” so others can benefit too