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 | False |
| Accept pipeline input? | false |
| Accept wildcard characters? | false |
RELATED LINKS
EXAMPLES
-------------------------- EXAMPLE 1 --------------------------
PS > Remove-JobSchedulerService
Removes the Windows service.
-------------------------- EXAMPLE 2 --------------------------
PS > Remove-JobSchedulerService -Backup
Removes the Windows service for a JobScheduler backup instance in a passive cluster.