Backup Exec Management Command Line Interface Help
Remove-BETapeDriveDeviceFromRoboticLibraryPartition Cmdlet
Synopsis

Removes a tape drive device from a robotic library partition in Backup Exec.

Syntax
Remove-BETapeDriveDeviceFromRoboticLibraryPartition -InputObject [<BERoboticLibraryPartition[]>] [-TapeDriveDevice] [<BETapeDriveDevice[]>] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
Description

Removes a tape drive device from a robotic library partition in Backup Exec.

Parameters

-TapeDriveDevice <BETapeDriveDevice[]>

Tape drive object to remove from the robotic library partition. See Get-BETapeDriveDevice.


Required true
Position 1
Accepts pipeline input false
Accepts wildcard characters false


-InputObject <BERoboticLibraryPartition[]>

Specifies one or more robotic library partition 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


-WhatIf <SwitchParameter>

Describes what happens if you execute the command without actually executing the command.


Required false
Position Named
Accepts pipeline input false
Accepts wildcard characters false


-Confirm <SwitchParameter>

Prompts you for confirmation before executing the command.


Required false
Position Named
Accepts pipeline input false
Accepts wildcard characters false


<CommonParameters>

For more information about common parameters, type "Get-Help about_commonparameters".

Input Type
BackupExec.Management.CLI.BERoboticLibraryPartition

You can pipe a Backup Exec robotic library partition object to Remove-BETapeDriveDeviceFromRoboticLibraryPartition.

Return Value
BackupExec.Management.CLI.BERoboticLibraryPartition

Remove-BETapeDriveDeviceFromRoboticLibraryPartition outputs a Backup Exec robotic library partition object.

Example
C:\PS> Get-BERoboticLibraryDevice "Robotic library 0001" | Get-BERoboticLibraryPartition -FirstSlotNumber 1 | Remove-BETapeDriveDeviceFromRoboticLibraryPartition "Tape drive 0001"

These commands remove a tape drive device named "Tape drive 0001" from the robotic library partition that starts with slot 1 in the robotic library device named "Robotic library 0001".

Related Links

Get-BETapeDriveDevice
Get-BERoboticLibraryDevice
Get-BERoboticLibraryPartition