Versions Compared

Key

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

...

SYNTAX

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

DESCRIPTION

...

DebugMaxOutputSize

-DebugMaxOutputSize <SwitchParameter><Int32>
When using $DebugPreference settings then the JobScheduler CLI provides the
XML documents of JobScheduler responses for inspection. Such responses are written to the
console window if their size does not exceed the max. output size.

...

Default: 1000 Byte

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

WebRequestTimeout

-WebRequestTimeout <Int32>
Specifies the number of milliseconds for establishing a connection to the JobScheduler Master.
With the timeout being exceed an exception is raised.

Default: 15000 ms

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

...