Gets the Backup Exec services.
Gets the Backup Exec services.
By default, Get-BEService retrieves the core Backup Exec services.
You can specify other Backup Exec service types with the
-ServiceType parameter.
To start, stop, and restart Backup Exec services, see
Gets the services running on the specified computers. The default is the local computer.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies the names of services. Wildcards are permitted.
Required | false |
Position | 0 |
Accepts pipeline input | true (ByValue ByPropertyName) |
Accepts wildcard characters | true |
Specifies the display names of services. Wildcards are permitted.
Required | true |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies the type of Backup Exec service.
The valid values are:
Core
Deduplication
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 a service name to Get-BEService.
Get-BEService returns objects that represent the Backup Exec services on the computer.
Gets all of the core Backup Exec services.
Gets the Backup Exec service with service name "BackupExecRPCService".
Gets the Backup Exec service with display name "Backup Exec Server".
Gets all of the Backup Exec deduplication service. If the Backup Exec Deduplication Option is not installed, Get-BEService returns an error.