Versions Compared

Key

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

...

Send-JobSchedulerCommand -Command <String> [-Headers <Hashtable>] <CommonParameters>

DESCRIPTION

JobScheduler Master supports a number of XML commands.
This cmdlet accepts XML commands and forward forwards them to the JobScheduler Master.

...

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

Headers

-Headers <Hashtable>
A hashmap can be specified with name/value pairs for HTTP headers.

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

...

Returns summary information and inventory of jobs and job chains.

-------------------------- EXAMPLE 2 --------------------------

$stateXml = Send-JobSchedulerCommand '<show_state/>' @
{'Cache-Control'='no-cache'}

Returns summary information including the inventory while using individual HTTP headers.