Versions Compared

Key

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

...

Set-JobSchedulerOption

SYNOPSIS

Set options for access to the JobScheduler REST Web ServiceCLI.

SYNTAX

Set-JobSchedulerOption [[-DebugMaxOutputSize] <Int32>] [[-WebRequestTimeout] <Int32>] [<CommonParameters>]

...

-WebRequestTimeout <Int32>
Specifies the number of seconds milliseconds for establishing a connection to the JobScheduler REST Web ServiceMaster.
With the timeout being exceeded an exception is raised.

Default: 15000 ms

Required?false
Position?2
Default value3015000
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...