Backup Exec Management Command Line Interface Help
Resume-BEJobQueue Cmdlet
Synopsis

Takes the job queue for a server off hold in Backup Exec.

Syntax
Resume-BEJobQueue [-BackupExecServer [<BEBackupExecServer>]] [<CommonParameters>]
Description

Takes the job queue for a server off hold in Backup Exec.

Use Resume-BEJobQueue to resume the job queue for a server that you place on hold (see Suspend-BEJobQueue).

If you do not specify the -BackupExecServer parameter, Resume-BEJobQueue takes the local Backup Exec server's job queue off hold.

Parameters

-BackupExecServer <BEBackupExecServer>

Specifies the Backup Exec server for which to take the job queue off hold in a CASO environment.


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


<CommonParameters>

For more information about common parameters, type "Get-Help about_commonparameters".

Input Type
BackupExec.Management.CLI.BEBackupExecServer

You can pipe a Backup Exec server object to Resume-BEJobQueue.

Return Value
BackupExec.Management.CLI.BEBackupExecServer

Resume-BEJobQueue returns a Backup Exec server object.

Examples

Example 1

C:\PS> Resume-BEJobQueue

This command takes the local Backup Exec server's job queue off hold.


Example 2
C:\PS> Get-BEBackupExecServer "ManagedServer0001" | Resume-BEJobQueue

These commands take the job queue of the Backup Exec server named "ManagedServer0001" off hold.

Related Links

Suspend-BEJobQueue
Get-BEBackupExecServer