Versions Compared

Key

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

NAME

Update-JobSchedulerJob

SYNOPSIS

Updates a number of jobs in the JobScheduler Master.

SYNTAX

Update-JobSchedulerJob -Job <String> -Action <String> [-Parameters <Hashtable>] [-At <String>] [<CommonParamete
rs>]

DESCRIPTION

Updating jobs includes operations to stop and unstop jobs.

...

  • by a pipelined object, e.g. the output of the Get-JobSchedulerJob cmdlet
  • by specifying an individual job with the -Job parameter.

PARAMETERS

Job

-Job <String>
Specifies the path and name of a job that should be updated.

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

Action

-Action <String>
Specifies the action to be applied to stop a task:

...

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

Parameters

-Parameters <Hashtable>
Specifies the parameters for the job. Parameters are created from a hashmap,
i.e. a list of names and values.

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

At

-At <String>
Specifies the point in time when the job should start:

...

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

about_jobscheduler

EXAMPLES

-------------------------- EXAMPLE 1 --------------------------

...