Gets tape storage in Backup Exec.
Gets tape storage in Backup Exec.
Without parameters, Get-BETapeDriveDevice gets all of the Backup
Exec tape storage. You can also specify a tape device by tape
device name or tape device ID (Guid) or pass a Backup Exec tape
device object through the pipeline to Get-BETapeDriveDevice.
Specifies one or more Backup Exec server objects to filter the
tape storage. 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 Backup Exec media objects to filter the
tape storage. 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 robotic library device objects to filter
the tape storage. 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 tape drive devices by tape drive device 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 tape drive devices by tape drive device 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 tape drive device 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 server object to filter tape drive devices returned by Get-BETapeDriveDevice.
You can pipe a Backup Exec media object to filter tape drive devices returned by Get-BETapeDriveDevice.
You can pipe a Backup Exec robotic library device object to filter tape drive devices returned by Get-BETapeDriveDevice.
You can pipe a System.Guid that contains the ID of a Backup Exec tape drive device object to Get-BETapeDriveDevice.
You can pipe a Backup Exec tape drive device object to Get-BETapeDriveDevice.
Get-BETapeDriveDevice returns objects that represent Backup Exec tape drive devices.
This command gets all of the tape drive devices.
This command gets the tape drive device named "Device 01".
This command gets all of the tape drive devices that match the wildcard "Device*".
This command gets all of the tape drive devices attached to the local Backup Exec server.