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

Compare with Current View Page History

« Previous Version 11 Next »

NAME

Start-JobSchedulerMaster

SYNOPSIS

Starts the JobScheduler Master

SYNTAX

Start-JobSchedulerMaster -Service -Cluster -Pause -PauseAfterFailure <CommonParameters>

DESCRIPTION

JobScheduler can be started in service mode and in dialog mode:

  • Service Mode: the Windows service of the JobScheduler Master is started.
  • Dialog Mode: the JobScheduler Master is started in the context of the current user account.

PARAMETERS

Service

-Service <SwitchParameter>
Starts the JobScheduler Windows service.

Without this parameter being specified JobScheduler will be started in dialog mode.

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

Cluster

-Cluster <SwitchParameter>

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

Pause

-Pause <SwitchParameter>
Specifies that the JobScheduler is paused after start-up.

When used with -Service then the pause is applied to the initial start-up only, it is not applied
to further starts, e.g. carried out by the Windows service panel.

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

PauseAfterFailure

-PauseAfterFailure <SwitchParameter>
Specifies that the JobScheduler Master will pause on start-up if it has previously been terminated with an error.

When used with -Service then this behavior will apply to each start of the Windows service,
e.g. by use of the Windows service panel.

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

about_jobscheduler

EXAMPLES

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

C:\PS>Start-Master

Starts the JobScheduler Master in dialog mode.

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

C:\PS>Start-Master -Service

Starts the JobScheduler Master Windows service.

  • No labels