Versions Compared

Key

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

NAME

Start-JobSchedulerMaster

SYNOPSIS

Starts the JobScheduler Master

SYNTAX

Start-JobSchedulerMaster -Service [-Cluster <String>] -Backup -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.

...

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

Cluster

-Cluster <String>
Specifies that the JobScheduler instance is a cluster member.

...

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

Backup

-Backup <SwitchParameter>
Specifies that the JobScheduler instance is a backup instance in a passive cluster.

...

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.

...

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.

...

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

about_jobscheduler

EXAMPLES

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

...