Enable-SCDWJobSchedule
The Enable-SCDWJobSchedule cmdlet allows Data Warehouse administrators to enable job schedules so that jobs run according to their specified schedule. To disable the job schedule, use the Disable-SCDWJobSchedule cmdlet.
Parameter Set: Default
Enable-SCDWJobSchedule -JobName <String> [-ComputerName <String> ] [ <CommonParameters>]
The Enable-SCDWJob cmdlet allows data warehouse administrators to enable job schedules so that jobs run according to their specified schedule. If the job schedule was previously disabled, then enabling the job schedule retains the job's schedule settings. To disable the job schedule, use the Disable-SCDWJobSchedule cmdlet; to modify the job's schedule, use the Set-SCDWJobSchedule cmdlet.
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 |
Specifies the Data Warehouse job for which you want to enable the schedule.
Aliases |
none |
Required? |
true |
Position? |
named |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters
The input type is the type of the objects that you can pipe to the cmdlet.
- None.
The output type is the type of the objects that the cmdlet emits.
- None.
Description
-----------
This command enables the job schedule for the Extract_SM1 job.
C:\PS>Enable-SCDWJobSchedule -JobName Extract_SM1
Getting Started with Service Manager Cmdlets for Windows PowerShell
Disable-SCDWJobSchedule
Get-SCDWJobSchedule
Set-SCDWJobSchedule