Versions Compared

Key

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

...

-Type <String[]>
Specifies the object types for which audit log entries should be returned. Multiyple Multiple values can be specifed specified by
use of comma, for example -Type WORKFLOW,SCHEDULE

* WORKFLOW
* JOBRESOURCE
* LOCK
* FILEORDERSOURCE
* NOTICEBOARD
* WORKINGDAYSCALENDAR
* NONWORKINGDAYSCALENDAR
* SCHEDULE
* INCLUDESCRIPT
* DOCUMENTATION
* ORDER

...

-Timezone <TimeZoneInfo>
Specifies the timezone to which dates should be converted from the history information.
A timezone can e.g. be specified like this:

Get-JS7OrderHistory JS7AuditLog -Timezone (Get-Timezone -Id 'GMT Standard Time')

All dates in JobScheduler JS7 are UTC and can be converted e.g. to the local time zone like this:

Get-JS7OrderHistory JS7AuditLog -Timezone (Get-Timezone)

Default: Dates are returned in UTC.

...