Gets Backup Exec server pools.
Gets Backup Exec server pools.
Without parameters, Get-BEBackupExecServerPool gets all of the
Backup Exec server pools. You can also specify a Backup Exec server
pool by server pool name or server pool ID (Guid) or pass a Backup
Exec server pool object through the pipeline to
Get-BEBackupExecServerPool.
Specifies one or more Backup Exec server pools by server pool 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 Exec server pools by server pool 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 Backup Exec server pool 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 System.Guid that contains the ID of a Backup Exec server pool object to Get-BEBackupExecServerPool.
You can pipe a Backup Exec server pool object to Get-BEBackupExecServerPool.
Get-BEBackupExecServerPool returns objects that represent Backup Exec server pools.
This command returns all the Backup Exec server pools.
This command returns the Backup Exec server pool named "Server Pool 0001".