Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Get-JobSchedulerTask [-Directory <String>] [-Job <String>] -NoRunningTasks -NoEnqueuedTasks -NoSubfolders [<C-N
ommonParameters> oCache] <CommonParameters>

DESCRIPTION

Running and enqueued tasks are retrieved from a JobScheduler Master.
Tasks can be selected either by the folder of the job location including subfolders or by an individual job.

...

-NoSubfolders <SwitchParameter>
Specifies that no subfolders should be looked up for jobs. By default any subfolders will be searched for jobs with
tasks.

Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?

NoCache

-NoCache <SwitchParameter>
Specifies that the cache for JobScheduler objects is ignored.
This results in the fact that for each Get-JobScheduler* cmdlet execution the response is
retrieved directly from the JobScheduler Master and is not resolved from the cache.

Required? false
Position? named
Default value
Accept pipeline input? false
Accept wildcard characters?

...