Versions Compared

Key

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

NAME

Start-JobSchedulerJob

SYNOPSIS

Starts a number of jobs in the JobScheduler Master.

SYNTAX

Start-JobSchedulerJob -Job <String> [-Directory <String>] [-Parameters <Hashtable>] [-At <String>] [<CommonPara
meters>]

DESCRIPTION

This cmdlet is an alias for Update-JobSchedulerJob -Action "start"

PARAMETERS

Job

-Job <String>
Specifies the full path and name of a job.

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

Directory

-Directory <String>
Optionally specifies the directory of a job should the -Job parameter
not be provided with the full path and name of the job.

Required? false
Position? 2
Default value
Accept pipeline input? true (ByValue, 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 --------------------------

...