Training
Learning path
Create and manage background jobs and scheduled jobs in Windows PowerShell - Training
Create and manage background jobs and scheduled jobs in Windows PowerShell
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Creates a new job by copying an existing job.
For examples of how to use this command, see Examples.
job clone <jobID> [/scheduler:<name>]
job clone {/? | /help}
Parameter | Description |
---|---|
jobID | Specifies the identifier for the job that you want to copy. |
/scheduler:<name> | Specifies the host name or IP address of the head node for the cluster that contains the job that you want to copy. The value must be a valid computer name or IP address. If you do not specify the /scheduler parameter, this command uses the scheduler on the head node that the CCP_SCHEDULER environment variable specifies. |
/? | Displays Help at the command prompt. |
/help | Displays Help at the command prompt. |
To create a new job by copying the job that has an identifier of 12, use the following command:
job copy 12
Training
Learning path
Create and manage background jobs and scheduled jobs in Windows PowerShell - Training
Create and manage background jobs and scheduled jobs in Windows PowerShell