Versions Compared

Key

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

NAME

Restart-JobSchedulerMaster

SYNOPSIS

Restarts the JobScheduler Master

SYNTAX

Restart-JobSchedulerMaster [-Action <String>] -Cluster [-Timeout <Int32>] -Service <CommonParameters>

DESCRIPTION

JobScheduler is restarted. Depending on its current operating mode JobScheduler
is restarted in service mode or in dialog mode:

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

PARAMETERS

Action

-Action <String>
Restarting includes the following actions:

...

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

Cluster

-Cluster <SwitchParameter>
Carries out the operation -Action "terminate" for a JobScheduler Cluster:

...

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

Timeout

-Timeout <Int32>
A timeout is applied for the operation -Action "terminate" that affects running tasks:

...

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

Service

-Service <SwitchParameter>
Retarts the JobScheduler Windows service.

...

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

about_jobscheduler

EXAMPLES

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

...