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

Sets the properties for a Backup Exec robotic library slot.

Syntax
Set-BERoboticLibrarySlot -InputObject [<BERoboticLibrarySlot[]>] [-IsCleaningSlot [<Boolean>]] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
Description

Sets the properties for a Backup Exec robotic library slot.

Parameters

-IsCleaningSlot <Boolean>

Designates the slot as a cleaning slot.

The valid values are:
$true
$false


Required false
Position Named
Accepts pipeline input false
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


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

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

Return Value
BackupExec.Management.CLI.BERoboticLibrarySlot

Set-BERoboticLibrarySlot returns an object that represents the changed Backup Exec robotic library slot.

Example
C:\PS> Get-BERoboticLibraryDevice "Device 01" | Get-BERoboticLibrarySlot -SlotNumber 1 | Set-BERoboticLibrarySlot -IsCleaningSlot $true

These commands designate the first slot of a robotic libaray device named "Device 01" as a cleaning slot.

Related Links

Get-BERoboticLibraryDevice
Get-BERoboticLibrarySlot