Eject-VBRTapeDrive (obsolete)

Short Description

Ejects tape from the selected media drive.

Note

This cmdlet is obsolete. The cmdlet still works, but it is recommended to rewrite your scripts using the Eject-VBRTapeMediumEjects tapes from drive. cmdlet.

Platform: VMware, Hyper-V

Syntax

Eject-VBRTapeDrive -Drive <TapeDrive> [<CommonParameters>]

Detailed Description

This cmdlet ejects tape from the specified drive. The tape returns to its original slot.

Run the Eject-VBRTapeMedium cmdlet to eject a specific tape from drive.

Run the Export-VBRTapeMediumMoves tapes to Import and Export slot. cmdlet to get a tape out of the library.

Parameters

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Drive

Specifies the drive you want to eject.

Accepts the TapeDrive object. To get this object, run the Get-VBRTapeDriveReturns tape drives. cmdlet.

TapeDrive

True

Named

True (ByPropertyName, ByValue)

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Examples

Eject-VBRTapeDrive (obsolete)Example 1. Ejecting Tape from Drive [Using Pipeline]

This example shows how to eject the tape from the Drive01 drive.

Get-VBRTapeDrive -Name "Drive01" | Eject-VBRTapeDrive

Perform the following steps:

  1. Run the Get-VBRTapeDriveReturns tape drives. cmdlet. Specify the Name parameter value.
  2. Pipe the cmdlet output to the Eject-VBRTapeDrive cmdlet.

Eject-VBRTapeDrive (obsolete)Example 2. Ejecting Tape from Drive [Using Variable]

This example shows how to eject the tape from the Drive01 drive.

$drive = Get-VBRTapeDrive -Name "Drive01"

Eject-VBRTapeDrive -Drive $drive

Perform the following steps:

  1. Run the Get-VBRTapeDriveReturns tape drives. cmdlet. Specify the Name parameter value. Save the result to the $drive variable.
  2. Pipe the cmdlet output to the Eject-VBRTapeDrive cmdlet. Set the $drive variable as the Drive parameter value.

Get-VBRTapeDriveReturns tape drives.

Page updated 2026-08-19

Page content applies to build 13.1.1.18