Versions Compared

Key

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

...

Install-JobSchedulerService -Start [-Cluster <String>] -Backup -Pause -PauseAfterFailure -UseCredentials [<
CommonParameters>]

DESCRIPTION

JobScheduler is commonly operated as a Windows service.
The cmdlet installs the service and optionally assigns an account to the service.

PARAMETERS

Start

-Start <SwitchParameter>
Optionally specifies that the Windows service is started after installation.

...

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.

...

PauseAfterFailure

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

...

UseCredentials

-UseCredentials <SwitchParameter>
Optionally specifies that credentials are entered for the Windows service.
Without credentials being specified the JobScheduler Windows service is operated for the system account.

...