Versions Compared

Key

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

Name

Remove-JobSchedulerService

SYNOPSIS

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

...

Remove-JobSchedulerService [-Backup] [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

...

-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 valueFalse
Accept pipeline input?false
Accept wildcard characters?false

WhatIf

-WhatIf <SwitchParameter>

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

Confirm

-Confirm <SwitchParameter>

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

about_jobschedulerJobScheduler

EXAMPLES

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

...