Backup Exec Management Command Line Interface Help
Get-BERoboticLibrarySlot Cmdlet
Synopsis

Gets Backup Exec robotic library slots.

Syntax
Get-BERoboticLibrarySlot -RoboticLibraryDevice [<BERoboticLibraryDevice[]>] [[-Name] [<String[]>]] [-Barcode [<String[]>]] [-IsCleaningSlot [<Boolean>]] [-SlotNumber [<Int32[]>]] [<CommonParameters>]

Get-BERoboticLibrarySlot -Media [<BEMedia[]>] [[-Name] [<String[]>]] [-Barcode [<String[]>]] [-IsCleaningSlot [<Boolean>]] [-SlotNumber [<Int32[]>]] [<CommonParameters>]

Get-BERoboticLibrarySlot -RoboticLibraryPartition [<BERoboticLibraryPartition[]>] [[-Name] [<String[]>]] [-Barcode [<String[]>]] [-IsCleaningSlot [<Boolean>]] [-SlotNumber [<Int32[]>]] [<CommonParameters>]

Get-BERoboticLibrarySlot [-Id] [<Guid[]>] [<CommonParameters>]

Get-BERoboticLibrarySlot -InputObject [<BERoboticLibrarySlot[]>] [<CommonParameters>]
Description

Gets Backup Exec robotic library slots.

Parameters

-RoboticLibraryDevice <BERoboticLibraryDevice[]>

Specifies one or more robotic library device values to filter the robotic library slots. To specify multiple values, use commas to separate the values.


Required true
Position Named
Accepts pipeline input true (ByValue)
Accepts wildcard characters false


-Media <BEMedia[]>

Specifies one or more media objects to filter the robotic library slots. Enter a variable that contains the objects, or type a command or expression that gets the objects. See Get-BEMedia.


Required true
Position Named
Accepts pipeline input true (ByValue)
Accepts wildcard characters false


-RoboticLibraryPartition <BERoboticLibraryPartition[]>

Specifies one or more robotic library partition objects to filter the robotic library slots. Enter a variable that contains the objects, or type a command or expression that gets the objects. See Get-BERoboticLibraryPartition.


Required true
Position Named
Accepts pipeline input true (ByValue)
Accepts wildcard characters false


-Name <String[]>

Specifies one or more robotic library slots by robotic library slot 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


-SlotNumber <Int32[]>

Specifies one or more slot number values to filter the robotic library slots. To specify multiple values, use commas to separate the values.


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


-Barcode <String[]>

Specifies one or more barcode values to filter the robotic library slots. To specify multiple values, use commas to separate the values.


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


-IsCleaningSlot <Boolean>

Specifies one or more cleaning slot values to filter the robotic library slots. To specify multiple values, use commas to separate the values.

The valid values are:
$true
$false


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


-Id <Guid[]>

Specifies one or more robotic library slots by robotic library slot 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


-InputObject <BERoboticLibrarySlot[]>

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


<CommonParameters>

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

Input Types
BackupExec.Management.CLI.BERoboticLibraryDevice

You can pipe a Backup Exec robotic library object to Get-BERoboticLibrarySlot.



BackupExec.Management.CLI.BEMedia

You can pipe a Backup Exec media object as a means to filter robotic library slots returned by Get-BERoboticLibrarySlot.



BackupExec.Management.CLI.BERoboticLibraryPartition

You can pipe a Backup Exec robotic library partition object as a means to filter robotic library slots returned by Get-BERoboticLibrarySlot.



System.Guid

You can pipe a System.Guid that contains the ID of a Backup Exec robotic library slot object to Get-BERoboticLibrarySlot.



BackupExec.Management.CLI.BERoboticLibrarySlot

You can pipe a Backup Exec robotic library slot object to Get-BERoboticLibrarySlot.

Return Value
BackupExec.Management.CLI.BERoboticLibrarySlot

Get-BERoboticLibrarySlot returns objects that represent Backup Exec robotic library slots.

Example
C:\PS> Get-BERoboticLibraryDevice "Device 01" | Get-BERoboticLibrarySlot

These commands get the slots of a robotic library device named "Device 01".

Related Links

Get-BEMedia
Get-BERoboticLibraryPartition
Get-BERoboticLibraryDevice