Start Windows Server Client Computer Backup Provider service

Microsoft.Windows.Server.2012.Essentials.WSS_ComputerBackupProviderSvcRecovery (Recovery)

Element properties:

TargetMicrosoft.Windows.Server.2012.Essentials.SBS8
MonitorMicrosoft.Windows.Server.2012.Essentials.WSS_ComputerBackupProviderSvc
Reset MonitorTrue
RemotableTrue
Timeout300
CategoryCustom
Enabledtrue
AccessibilityInternal

Member Modules:

ID Module Type TypeId RunAs 
Module_WSS_ComputerBackupProviderSvc WriteAction System.Secure.CommandExecuter Default

Source Code:

<Recovery ID="Microsoft.Windows.Server.2012.Essentials.WSS_ComputerBackupProviderSvcRecovery" Accessibility="Internal" Enabled="true" Target="Microsoft.Windows.Server.2012.Essentials.SBS8" Monitor="Microsoft.Windows.Server.2012.Essentials.WSS_ComputerBackupProviderSvc" ResetMonitor="true" ExecuteOnState="Error" Remotable="true" Timeout="300">
<Category>Custom</Category>
<WriteAction ID="Module_WSS_ComputerBackupProviderSvc" TypeID="System!System.Secure.CommandExecuter">
<ApplicationName>cmd.exe</ApplicationName>
<WorkingDirectory/>
<CommandLine>/c net start "WSS_ComputerBackupProviderSvc"</CommandLine>
<TimeoutSeconds>120</TimeoutSeconds>
<RequireOutput>true</RequireOutput>
</WriteAction>
</Recovery>