Versions Compared

Key

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

...

-Timezone <String>
Specifies the timezone time zone to be considered for the start time that is indicated with the -At parameeterparameter.
Without this parameter the timezone time zone of the JobScheduler Master is assumed.

This parameter should be used if the JobScheduler Master runs in a timezone time zone different to the environment
that makes use of this cmdlet.

Find the list of time zone names from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

Required?false
Position?7
Default value
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...

Required?false
Position?13
Default value
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

about_jobschedulerJobScheduler

EXAMPLES

-------------------------- EXAMPLE 1 --------------------------

...

-------------------------- EXAMPLE 5 --------------------------

PS > Add-JobSchedulerOrder -Order 123 -JobChain /sos/reporting/Reporting -At "2038-01-01 00:00:00" -Timezone "Europe/Berlin"

Adds the indicated order for a later date that is specified for the "Europe/Berlin" time zone.

-------------------------- EXAMPLE 6 --------------------------

...