Gets agent server backup sources in Backup Exec.
Gets agent server backup sources in Backup Exec.
Agent server backup sources represent resources of an agent server
that can be backed up and associated with logon accounts.
To get the top-level agent server backup sources associated with an
agent server, Get-BEAgentServerBackupSource requires an agent
server object. See
Without any additional parameters, Get-BEAgentServerBackupSource
gets all of the Backup Exec agent server backup sources. You can
also specify an agent server backup source by agent server backup
source name or agent server backup source ID (Guid) or pass a
Backup Exec agent server backup source object through the pipeline
to Get-BEAgentServerBackupSource.
Specifies the agent server that you want to get the agent server backup sources.
Required | true |
Position | Named |
Accepts pipeline input | true (ByValue) |
Accepts wildcard characters | false |
Gets the children agent server backups sources associated with the agent server backup source object specified by the -InputObject parameter.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies one or more agent server backup source objects. Enter a variable that contains the objects, or type a command or expression that gets the objects.
Required | true |
Position | Named |
Accepts pipeline input | true (ByValue) |
Accepts wildcard characters | false |
Specifies one or more agent server backup sources by agent server backup source name (wildcards accepted). To specify multiple names, use commas to separate the names.
Required | false |
Position | 0 |
Accepts pipeline input | false |
Accepts wildcard characters | true |
Specifies one or more agent server backup sources by agent server backup source ID (Guid). To specify multiple IDs, use commas to separate the IDs.
Required | true |
Position | 0 |
Accepts pipeline input | true (ByValue) |
Accepts wildcard characters | false |
For more information about common parameters, type "Get-Help about_commonparameters".
You an pipe a Backup Exec agent server object to Get-BEAgentServerBackupSource.
You can pipe a Backup Exec agent server backup source object to Get-BEAgentServerBackupSource.
You can pipe a System.Guid that contains the ID of a Backup Exec agent server backup source object to Get-BEAgentServerBackupSource.
Get-BEAgentServerBackupSource returns objects that represent Backup Exec agent server backup sources.
These commands get the top-level agent server backup sources associated with the local computer.
These commands get the Microsoft SQL instance backup sources associated with the local computer.
These commands set the logon account associated with the C: volume of the local computer.
These commands test the logon account associated with the C: volume of the local computer.