Versions Compared

Key

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

...

If the directory is not specified then a temporary directory is created and is removed after conversion of jobs.

Required?false
Position?5
Default valueEveryDay
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

Timezone

-Timezone <String>

Accepts the name of a Joda time zone, see http://joda-time.sourceforge.net/timezones.html
The specified time zone is added to the run-time settings of jobs. Consider that JS7 might be operated in a time zone which is different from the time zone that the Windows Task Scheduler® is operated for.

For PowerShell FullCLR 5.1 the computer's time zone is used, for later PowerShell versions the UTC time zone is used by default.

Required?false
Position?6
Default value(&{ if ( $PSVersionTable.PSVersion.Major -le 5 ) {
[Windows.Globalization.Calendar,Windows.Globalization,ContentType=WindowsRuntime]::New().GetTimeZone() } else { 'Etc/UTC' } })
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...