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

Compare with Current View Page History

« Previous Version 36 Next »

NAME

Remove-JobSchedulerService

SYNOPSIS

Removes an existing JobScheduler Windows service. This operation requires elevated privileges of a Windows administrator.

SYNTAX

Remove-JobSchedulerService -Backup <CommonParameters>

DESCRIPTION

JobScheduler is commonly operated as a Windows service.
The cmdlet removes the service.

PARAMETERS

Backup

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

Backup instances use the same JobScheduler ID and database connection as the primary instance.

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

about_jobscheduler

EXAMPLES

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

C:\PS>Remove-JobSchedulerService

Removes the Windows service.

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

C:\PS>Remove-JobSchedulerService -Backup

Removes the Windows service for a JobScheduler backup instance in a passive cluster.

  • No labels