Gets storage device pools in Backup Exec.
Gets storage device pools in Backup Exec.
Without parameters, Get-BEStorageDevicePool gets all of the Backup
Exec storage device pools. You can also specify a storage device
pool by storage device pool name or storage device pool ID (Guid)
or pass a Backup Exec storage device pool object through the
pipeline to Get-BEStorageDevicePool.
Specifies one or more storage device pools by storage device 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 storage device pools by storage device 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 storage device 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 storage device pool object to Get-BEStorageDevicePool.
You can pipe a Backup Exec storage device pool object to Get-BEStorageDevicePool.
Get-BEStorageDevicePool returns objects that represent Backup Exec storage device pools.
This command gets all of the storage device pools.
This command gets the storage device pool named "Any disk storage".
This command gets all of the storage device pools that match the wildcard "*pool*".