Stops one or more Backup Exec services.
Stops one or more Backup Exec services.
If you do not pass parameters to Stop-BEService, all of the core
Backup Exec services are stopped.
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 stop.
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 the Backup Exec service to stop.
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 Stop-BEService.
When you use the PassThru parameter, Stop-BEService generates a System.ServiceProcess.ServiceController object representing the service. Otherwise, this cmdlet does not generate any output.
This command stops all of the Backup Exec core services.
This command stops all of the Backup Exec deduplication services.