HKosova
Alumni
10 years agoIt's already possible using the /test (or /t) parameter.
To run a job:
/t:"NetworkSuite|Jobs|JobName|JobName"
Note the job name is included twice.
To run a specific task:
/t:"NetworkSuite|Jobs|JobName|TaskName"
We'll add examples to the docs for future reference. Thanks!