Disable-SCDWJobSchedule

Disable-SCDWJobSchedule

The Disable-SCDWJobSchedule cmdlet disables a Data Warehouse job schedule, which causes the job schedule to stop initiating jobs. If the job schedule was previously enabled, disabling the job schedule retains the job schedule settings. To modify the job schedule settings, you need to run the Set-SCDWJobSchedule cmdlet.

Syntax

Parameter Set: Default
Disable-SCDWJobSchedule -JobName <String> [-ComputerName <String> ] [ <CommonParameters>]

Detailed Description

The Disable-SCDWJobSchedule cmdlet allows Data Warehouse administrators to disable job schedules. This causes the job schedule to stop initiating jobs. To enable the job schedule, use the Enable-SCDWJobSchedule 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 for which the schedule will be disabled.

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 disables the job schedule for the Extract_SM1 job.

C:\PS>Disable-SCDWJobSchedule -JobName Extract_SM1

Getting Started with Service Manager Cmdlets for Windows PowerShell

Enable-SCDWJobSchedule
Get-SCDWJobSchedule
Set-SCDWJobSchedule