Get-SCDWJobSchedule

Get-SCDWJobSchedule

The Get-SCDWJobSchedule cmdlet displays scheduling information for Data Warehouse jobs. You can use the JobName parameter to specify a job for which to display scheduling information. Otherwise, the Get-SCDWJobSchedule cmdlet displays scheduling information for all Data Warehouse jobs.

Syntax

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

Detailed Description

The Get-SCDWJobSchedule cmdlet displays scheduling information for Service Manager data warehouse jobs.

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 name for which to display scheduling information.

Aliases

none

Required?

false

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 retrieves scheduling information for the Extract_smg job.

C:\PS>Get-SCDWJobSchedule -JobName Extract_smgName                                     Schedule Start                    Schedule FrequencyType                              Enabled----                                     -------- -----                    -------- ---------Extract_smg                              Daily    11/9/2009 12:00:00 AM    True     00:05:00

-------------------------- EXAMPLE 2 --------------------------

Description

-----------

This command retrieves scheduling information for all jobs.

C:\PS>Get-SCDWJobScheduleName                                     Schedule Start                    Schedule FrequencyType                              Enabled----                                     -------- -----                    -------- ---------Transform.Common                         Daily    11/9/2009 12:00:00 AM    True     00:30:00DWMaintenance                                                              TrueExtract_dwmg                             Daily    11/9/2009 12:00:00 AM    True     00:05:00Extract_smg                              Daily    11/9/2009 12:00:00 AM    True     00:05:00Load.Common                              Daily    11/9/2009 12:00:00 AM    True     01:00:00MPSyncJob                                Daily    11/9/2009 12:00:00 AM    True     01:00:00

Getting Started with Service Manager Cmdlets for Windows PowerShell

Disable-SCDWJobSchedule
Enable-SCDWJobSchedule
Set-SCDWJobSchedule