Resume-SCDWJob

Resume-SCDWJob

Resumes a suspended job.

Syntax

Parameter Set: Default
Resume-SCDWJob -JobName <String> [-ComputerName <String> ] [ <CommonParameters>]

Detailed Description

The Resume-SCDWJob cmdlet allows Data Warehouse administrators to resume jobs that have been suspended. All job modules that were queued when the job was suspended will run.

Parameters

-ComputerName<String>

Specifies the name of the server on which the Data Warehouse management server is installed.

Aliases

none

Required?

false

Position?

named

Default Value

.

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-JobName<String>

Specifies a job that exists on the Data Warehouse.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • None.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • None.

Examples

-------------------------- EXAMPLE 1 --------------------------

Description

-----------

This command resumes the Extract_SM1 job.

C:\PS>Resume-SCDWJob Extract_SM1

Getting Started with Service Manager Cmdlets for Windows PowerShell

Disable-SCDWJob
Enable-SCDWJob
Get-SCDWJob
Start-SCDWJob
Suspend-SCDWJob