Versions Compared

Key

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

...

Set-JobSchedulerOption

SYNOPSIS

Set options for the JobScheduler CLI.

SYNTAX

Set-JobSchedulerOption [ -DebugMaxOutputSize <Int32>] [-WebRequestUseDefaultCredentials <Boolean>] [<CommonParameter
s>] <CommonParameters>

DESCRIPTION

PARAMETERS

DebugMaxOutputSize

-DebugMaxOutputSize <Int32> <SwitchParameter>
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? falsetrue
Position? 1named
Default value
Accept pipeline input? false
Accept wildcard characters?

WebRequestUseDefaultCredentials

-WebRequestUseDefaultCredentials <Boolean>
When sending request to a JobScheduler Master then authentication might be required.
This parameter specifies that the credentials of the current user are applied for authentication challenges.

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

...