Versions Compared

Key

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

...

-Late <SwitchParameter>
Specifies that daily plan items are returned that did start are late or that started later than expected.

Required?false
Position?named
Default valueFalse
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...

-Successful <SwitchParameter>
Specifies that daily plan items are returned that did complete completed successfully.

Required?false
Position?named
Default valueFalse
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...

-Failed <SwitchParameter>
Specifies that daily plan items are returned that did complete completed with errors.

Required?false
Position?named
Default valueFalse
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...

PS > $items = Get-JobSchedulerDailyPlan -JobChain /sos/some_path/some_job_chaindailyplan/CreateDailyPlan

Returns the daily plan items for any orders of the given job chain.

...