Skip to content

Releases: sos-berlin/scheduler-cli-powershell

v1.2.6

01 Oct 10:14
Compare
Choose a tag to compare

Summary

The JobScheduler Command Line Interface (CLI) can be used to control JobScheduler instances (start, stop, status) and job-related objects such as jobs, job chains, orders and tasks.

The JobScheduler CLI module supports Windows PowerShell FullCLR 5.1 and PowerShell CoreCLR 6.x, 7.x for Windows, Linux, MacOS.

Changes

  • added cmdlets to export and import calendars

v1.2.5

24 Jul 22:42
Compare
Choose a tag to compare

Summary

The JobScheduler Command Line Interface (CLI) can be used to control JobScheduler instances (start, stop, status) and job-related objects such as jobs, job chains, orders and tasks.

The JobScheduler CLI module supports Windows PowerShell FullCLR 5.1 and PowerShell CoreCLR 6.x, 7.x for Windows, Linux, MacOS.

Changes

  • fixed a bug that prevented the Start-JobSchedulerJob cmdlet from adding parameters
  • added functionality to add parameters, state and end state to Resume-JobSchedulerOrder cmdlet

v1.2.4

30 Apr 23:05
Compare
Choose a tag to compare

Summary

The JobScheduler Command Line Interface (CLI) can be used to control JobScheduler instances (start, stop, status) and job-related objects such as jobs, job chains, orders and tasks.

The JobScheduler CLI module supports Windows PowerShell FullCLR 5.1 and PowerShell CoreCLR 6.x, 7.x for Windows, Linux, MacOS.

Changes

  • fixed a bug that prevented Disconnect-JobScheduler from effectively disconnecting

v1.2.3

15 Apr 20:03
Compare
Choose a tag to compare

Summary

The JobScheduler Command Line Interface (CLI) can be used to control JobScheduler instances (start, stop, status) and job-related objects such as jobs, job chains, orders and tasks.

The JobScheduler CLI module supports Windows PowerShell FullCLR 5.1 and PowerShell CoreCLR 6.x, 7.x for Windows, Linux, MacOS.

Changes

  • modified Connect-JobScheduler to support certificate based authentication, see JS-1923
  • added Get-JobSchedulerJobStream, Start-JobSchedulerJobStream, Export-JobSchedulerJobStream, Import-JobSchedulerJobStream cmdlets to support Job Streams.
  • updated documentation, see PowerShell CLI 1.2 - Cmdlets

v1.2.2

22 Dec 10:07
Compare
Choose a tag to compare

Summary

The JobScheduler Command Line Interface (CLI) can be used to control JobScheduler instances (start, stop, status) and job-related objects such as jobs, job chains, orders and tasks.

The JobScheduler CLI module supports Windows PowerShell FullCLR 5.1 and PowerShell CoreCLR 6.x, 7.x for Windows, Linux, MacOS.

Changes

  • modified Get-JobSchedulerDailyPlan, Get-JobSchedulerTaskHistory, Get-JobSchedulerOrderHistory, Get-JobSchedulerJobStreamHistory cmdlets to consider daylight saving time when converting reported dates.
  • modified Add-JobSchedulerEvent to consider a -Timezone parameter according to JITL-631
  • updated documentation, see PowerShell CLI 1.2 - Cmdlets

v1.2.1

13 Aug 18:47
Compare
Choose a tag to compare

Summary

The JobScheduler Command Line Interface (CLI) can be used to control JobScheduler instances (start, stop, status) and job-related objects such as jobs, job chains, orders and tasks.

The JobScheduler CLI module supports Windows PowerShell FullCLR 5.1 and PowerShell CoreCLR 6.x, 7.x for Windows, Linux, MacOS.

Changes

v1.2.0

04 Aug 20:28
Compare
Choose a tag to compare

Summary

The JobScheduler Command Line Interface (CLI) can be used to control JobScheduler instances (start, stop, status) and job-related objects such as jobs, job chains, orders and tasks.

The JobScheduler CLI module supports Windows PowerShell FullCLR 5.1 and PowerShell CoreCLR 6.x, 7.x for Windows, Linux, MacOS.

Changes

v1.1.0

18 Jan 18:42
ab12454
Compare
Choose a tag to compare

Summary

The JobScheduler Command Line Interface (CLI) can be used to control JobScheduler instances (start, stop, status) and job-related objects such as jobs, job chains, orders and tasks.

The JobScheduler CLI module supports Windows PowerShell FullCLR 3.0 to 5.1 and PowerShell CoreCLR 6.0 for Windows, Linux, MacOS.

Changes

  • compatibility with PowerShell CoreCLR 6.0
  • support for JobScheduler release 1.12

v1.0.0

18 Jul 07:57
Compare
Choose a tag to compare

Summary

The JobScheduler Command Line Interface (CLI) can be used to control JobScheduler instances (start, stop, status) and job-related objects such as jobs, job chains, orders and tasks.

The JobScheduler CLI module supports Windows PowerShell 2.0 and newer.

Features

The JobScheduler Command Line Interface (JCLI) is used for the following areas of operation:

  • work as a replacement for command scripts
    • JobScheduler start script .\bin\jobscheduler.cmd:
      • provide operations for installing and removing the JobScheduler Windows service
      • start and stop JobScheduler instances including active and passive clusters
    • Job Editor (JOE) start script .\bin\jobeditor.cmd
    • JobScheduler Dashboard (JID) start script .\bin\dashboard.cmd
    • JobScheduler Event script .\bin\jobscheduler_event.cmd
  • provide bulk operations:
    • select jobs, job chains, orders and tasks
    • manage orders with operations for start, stop and removal
    • suspend and resume jobs, job chains and orders
    • terminate tasks
  • schedule jobs and orders:
    • add orders to job chains
    • start jobs and orders
  • manage Agents
    • retrieve Agent clusters
    • check Agent status

v0.9.1

30 May 14:11
Compare
Choose a tag to compare
v0.9.1 Pre-release
Pre-release

Features