Start-SCDWJob

Start-SCDWJob

Starts a Data Warehouse job.

Syntax

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

Detailed Description

The Start-SCDWJob cmdlet allows Data Warehouse administrators to start jobs that are not running. When a job is started, its associated job modules will run in the order prescribed by the job. To pause the job, use the Suspend-SCDWJob cmdlet.

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 the job to be started. The JobName parameter is mandatory.

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 starts the Extract_SM1 job.

C:\PS>Start-SCDWJob -JobName Extract_SM1

Getting Started with Service Manager Cmdlets for Windows PowerShell

Disable-SCDWJob
Enable-SCDWJob
Get-SCDWJob
Resume-SCDWJob
Suspend-SCDWJob