Backup Exec Management Command Line Interface Help
Set-BERoboticLibraryDevice Cmdlet
Synopsis

Sets the properties for a robotic library device in Backup Exec.

Syntax
Set-BERoboticLibraryDevice -InputObject [<BERoboticLibraryDevice[]>] [-SlotsNumbersAreZeroBased [<Boolean>]] [-BarcodeRulesEnabled [<Boolean>]] [-StartupInitializationEnabled [<Boolean>]] [-Description [<String>]] [-SlotsPerPartition [<Int32[]>]] [-Paused [<Boolean>]] [-Disabled [<Boolean>]] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
Description

Sets the properties for a robotic library device in Backup Exec.

Parameters

-SlotsPerPartition <Int32[]>

Specifies the number of slots per partition. You cannot exceed the total number of slots specified in the robotic library device. To get the robotic library partitions that are created as a result, use Get-BERobiticLibraryPartition.


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


-Description <String>

Specifies the description for the robotic library device.


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


-Disabled <Boolean>

Specifies if the robotic library device is disabled.

The valid values are:
$true
$false


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


-Paused <Boolean>

Specifies if the robotic library device is paused.

The valid values are:
$true
$false


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


-StartupInitializationEnabled <Boolean>

Enables initialization for the robotic library when Backup Exec service starts.

The valid values are:
$true
$false


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


-BarcodeRulesEnabled <Boolean>

Enables barcode rules.

The valid values are:
$true
$false


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


-SlotsNumbersAreZeroBased <Boolean>

Specifies if the slot numbers start at 0 or 1.

The valid values are:
$true
$false


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


-InputObject <BERoboticLibraryDevice[]>

Specifies one or more robotic library device 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.BERoboticLibraryDevice

You can pipe a Backup Exec robotic library device object to Set-BERoboticLibraryDevice.

Return Value
BackupExec.Management.CLI.BERoboticLibraryDevice

Set-BERoboticLibraryDevice returns an object that represents the changed robotic library device.

Example
C:\PS> Get-BERoboticLibraryDevice "Device 0001" | Set-BERoboticLibraryDevice -Paused $true

These commands pause the robotic library device named "Device 0001".

Related Link

Get-BERoboticLibraryDevice