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

Gets Backup Exec robotic library partitions.

Syntax
Get-BERoboticLibraryPartition -RoboticLibraryDevice [<BERoboticLibraryDevice[]>] [[-Name] [<String[]>]] [-LastSlotNumber [<Int32[]>]] [-FirstSlotNumber [<Int32[]>]] [<CommonParameters>]

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

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

Gets Backup Exec robotic library partitions.

Parameters

-RoboticLibraryDevice <BERoboticLibraryDevice[]>

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


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


-FirstSlotNumber <Int32[]>

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


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


-LastSlotNumber <Int32[]>

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


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


-Name <String[]>

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


-Id <Guid[]>

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


<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-BERoboticLibraryPartition.



System.Guid

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



BackupExec.Management.CLI.BERoboticLibraryPartition

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

Return Value
BackupExec.Management.CLI.BERoboticLibraryPartition

Get-BERoboticLibraryPartition returns objects that represent Backup Exec robotic library partitions.

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

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

Related Link

Get-BERoboticLibraryDevice