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.
Displays information about the job templates that are available on the HPC cluster, including the identifier, name, description, creation date, and date of the last change for the job template.
For examples of how to use this command, see Examples.
jobtemplate list [/format:{list|table}] [/scheduler:<name>]
jobtemplate list {/? | /help}
Parameter | Description |
---|---|
/format:{list|table} | Specifies the format in which the command should display the information. The valid formats are list and table. The default format is table. |
/scheduler:<name> | Specifies the host name or IP address of the head node for the cluster for which you want to view the job templates. 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 list all of the job templates in the HPC cluster in a list format rather than as a table, use the following command:
jobtemplate list /format:list
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