Get-TapeSlot

Get-TapeSlot

Returns the list of slots in the library.

Syntax

Get-TapeSlot [-DPMLibrary] <Library> [<CommonParameters>]

Detailed Description

The Get-TapeSlot cmdlet returns the list of slots in the library.

Parameters

-DPMLibrary

A DPM library object.

Attributes

Name Value

Required?

true

Accept wildcard characters?

false

Accept Pipeline Input?

true (ByValue)

Position?

0

-CommonParameter

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, and OutVariable. For more information, see about_CommonParameters.

Input and Return Types

The input type is the type of the objects that you can pipe to the cmdlet. The return type is the type of the objects that the cmdlet emits.

Notes

  • For more information, type "Get-Help Get-TapeSlot -detailed".
    For technical information, type "Get-Help Get-TapeSlot -full".

    Additionally, any updated information about the cmdlet will be available at https://go.microsoft.com/fwlink/?LinkId=95130.

Examples

EXAMPLE 1

$DPMLib = Get-DPMLibrary -DPMServerName "TestingServer" 
Get-TapeSlot -DPMLibrary $DPMLib

This command returns the tape slot in the library.