Enable-SCDWJob

Enable-SCDWJob

Enables a Data Warehouse job so that it can run according to its schedule.

Syntax

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

Detailed Description

The Enable-SCDWJob cmdlet allows Data Warehouse administrators to enable jobs so that the jobs can run according to their specified schedule or so that the jobs can be run manually. To disable the jobs, use the Disable-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 Data Warehouse job to enable. The JobName parameter is a mandatory parameter.

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

C:\PS>Enable-SCDWJob -JobName Extract_SM1

Getting Started with Service Manager Cmdlets for Windows PowerShell

Disable-SCDWJob
Get-SCDWJob
Resume-SCDWJob
Start-SCDWJob
Suspend-SCDWJob