Backup Exec Management Command Line Interface Help
Submit-BEUnlockJob Cmdlet
Synopsis

Submits a job to unlock the front panel of a robotic library in Backup Exec.

Syntax
Submit-BEUnlockJob -RoboticLibraryDevice [<BERoboticLibraryDevice>] [-BackupExecServer [<BEBackupExecServer>]] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
Description

Submits a job to unlock the front panel of a robotic library in Backup Exec.

Parameters

-RoboticLibraryDevice <BERoboticLibraryDevice>

Specifies the robotic library device to un-lock.


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


-BackupExecServer <BEBackupExecServer>

Specifies which Backup Exec server should process the job in a CASO environment.


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

Return Value
BackupExec.Management.CLI.BEJob

Submit-BEUnlockJob returns the job that was submitted.

Example
C:\PS> Get-BERoboticLibraryDevice "Device 0001" | Submit-BEUnlockJob

These commands submit a job that unlocks the front panel of the robotic library named "Device 0001".

Related Link

Get-BERoboticLibraryDevice