Versions Compared

Key

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

...

-DateFrom <DateTime>
Specifies the date starting from which history items should be returned.
Consider that a UTC date has to be provided.

Default: Begin Beginning of the current day as a UTC date

...

TaskId

-TaskId <Int32>
Specifies to report that the execution history should only be reported for the given task ID only.

Required?false
Position?11
Default value0
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...

-NormalCriticality <SwitchParameter>
Specifies to return that the task history should only be returned for jobs only that are assigned a "normal" criticality.

...

-MinorCriticality <SwitchParameter>
Specifies to return that the task history should only be returned for jobs only that are assigned a "minor" criticality.

...

-MajorCriticality <SwitchParameter>
Specifies to return that the task history should only be returned for jobs only that are assigned a "major" criticality.

...

Returns today's task execution history for any all jobs with a job name that includes "sos".

...

Returns today's task execution history for any all jobs with dates being converted to the local timezone.

...

Returns today's task execution history for any all jobs with dates being converted to the GMT timezone.

...

Returns today's task execution history for any all jobs excluding the specified workflow paths and job names.

...

Returns the task execution history for any all failed jobs for the last seven days.

...

Returns the task execution history for any all jobs for the last seven days. The history is reported starting from midnight in the same timezone that is used with the -Timezone parameter.

...

Returns today's task execution history for any all completed tasks from the "/sos" folder and any sub-folders recursively.