Gets agent servers in Backup Exec.
Gets agent servers in Backup Exec.
Agent server objects represent servers that can be backed up or
restored and associated with logon accounts.
Without parameters, Get-BEAgentServer gets all of the Backup Exec
agent servers. You can also specify an agent server by agent server
name or agent server ID (Guid) or pass a Backup Exec agent server
object through the pipeline to Get-BEAgentServer.
To get the agent server object that represents the local computer,
specify the -Local parameter.
Gets the agent server object for the local computer.
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies one or more logon account objects to filter the agent
servers. Enter a variable that contains the objects, or type a
command or expression that gets the objects. See
Required | true |
Position | Named |
Accepts pipeline input | true (ByValue) |
Accepts wildcard characters | false |
Specifies one or more agent servers by agent server 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 backup status objects to filter the agent
servers. Enter a variable that contains the objects, or type a
command or expression that gets the objects. See
Get-BEBackupStatus.
The valid values are:
Unknown
BackupSucceeded
BackupSucceededWithExceptions
NeverBackedUp
FirstBackupScheduled
BackupCanceled
BackupFailed
Required | false |
Position | Named |
Accepts pipeline input | false |
Accepts wildcard characters | false |
Specifies one or more agent servers by agent server 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 |
Specifies one or more agent server 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 |
For more information about common parameters, type "Get-Help about_commonparameters".
You can pipe a Backup Exec logon account object to filter agent servers returned by Get-BEAgentServer.
You can pipe a System.Guid that contains the ID of a Backup Exec agent server object to Get-BEAgentServer.
You can pipe a Backup Exec agent server object to Get-BEAgentServer.
Get-BEAgentServer returns objects that represent Backup Exec agent servers.
This command gets all of the agent servers.
This command gets the agent server named "myserver.mycompany.com".
This command gets all of the agent servers that match the wildcard "*.mycompany.com".
This command gets the agent server for the local computer.
These commands get the backup sources for the local computer.
These commands set the logon account for the agent server representing the local computer.
These commands test the logon account for the agent server representing the local computer.
These commands submit a one-time backup that backs up the entire local computer.
These commands submit a backup definition that backs up the entire local computer.