You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

NAME

Set-JobSchedulerOption

SYNOPSIS

SYNTAX

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

DESCRIPTION

PARAMETERS

DebugMaxOutputSize

-DebugMaxOutputSize <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.

Should the max. output size be exceeded then XML responses are written to temporary
files and a console debug message indicates the location of the respective file.

This cmdlet allows to set the max. output size to an individual value.

Default: 1000 Byte

Required? false
Position? 1
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.

Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters?

EXAMPLES

  • No labels