Versions Compared

Key

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

...

Get-JobSchedulerTask [-Directory <String>] [-Job <String>] -NoRunningTasks -NoEnqueuedTasks -NoSubfolders [-NU
oCache seCache] <CommonParameters>

DESCRIPTION

...

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

...

UseCache

-NoCache UseCache <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 used. By default the chache is not used
as in most use cases the current information about running tasks is required from the JobScheduler Master and is not resolved from the cache.

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

...