Start one or more Backup Exec services.
Start one or more Backup Exec services.
If you do not pass parameters to Start-BEService, all of the core
Backup Exec services are started.
Returns an object that represents the service. By default, this cmdlet does not generate any output.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies the name of the Backup Exec Service to start.
Required | false |
Position | 0 |
Accepts pipeline input | true (ByValue ByPropertyName) |
Accepts wildcard characters | true |
Specifies the common name of the Backup Exec service to restart.
Required | true |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies type of Backup Exec service to start.
The valid values are:
Core
Deduplication
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Describes what happens if you execute the command without actually executing the command.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Prompts you for confirmation before executing the command.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
For more information about common parameters, type "Get-Help about_commonparameters".
You can pipe the name of the Backup Exec service to Start-BEService.
When you use the PassThru parameter, Start-BEService generates a System.ServiceProcess.ServiceController object representing the service. Otherwise, this cmdlet does not generate any output.
This command starts all of the Backup Exec core services.
This command starts all of the Backup Exec deduplication services.