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

Submits a job to perform an update of slot information for a robotic library device in Backup Exec.

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

Submit-BEScanJob -RoboticLibraryPartition [<BERoboticLibraryPartition>] [-BackupExecServer [<BEBackupExecServer>]] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]

Submit-BEScanJob -RoboticLibrarySlot [<BERoboticLibrarySlot[]>] [-BackupExecServer [<BEBackupExecServer>]] [-Confirm [<SwitchParameter>]] [-WhatIf [<SwitchParameter>]] [<CommonParameters>]
Description

Submits a job to perform an update of the slot information for a robotic library device in Backup Exec.

This utility job is useful when you change magazines or insert new media in a magazine.

Parameters

-RoboticLibraryDevice <BERoboticLibraryDevice>

Specifies the robotic library device that you want to scan.


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


-RoboticLibraryPartition <BERoboticLibraryPartition>

Specifies the robotic library partition that you want to scan.


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


-RoboticLibrarySlot <BERoboticLibrarySlot[]>

Specifies the robotic library slot that you want to scan.


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 Types
BackupExec.Management.CLI.BERoboticLibraryDevice

You can pipe a Backup Exec robotic library device object to Submit-BEScanJob.



BackupExec.Management.CLI.BERoboticLibraryPartition

You can pipe a Backup Exec robotic library partition object to Submit-BEScanJob.



BackupExec.Management.CLI.BERoboticLibrarySlot

You can pipe a Backup Exec robotic library slot object to Submit-BEScanJob.

Return Value
BackupExec.Management.CLI.BEJob

Submit-BEScanJob returns the job that was submitted.

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

These commands submit a job that scans the media in the robotic library named "Device 0001".

Related Link

Get-BERoboticLibraryDevice