Skip to content

Releases: TetronIO/MIMSyncScheduler

v1.0.9104.28823

04 Dec 16:15
Compare
Choose a tag to compare

Full Changelog: v1.0.9097.36898...v1.0.9104.28823

Main change: Built for x64 platforms to enable PowerShell modules to be imported in scripts.

Note: PowerShell scripts needing to import third-party modules must use the following approach:

Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
Install-Module -Name $module_name -AllowClobber -Scope CurrentUser -Force
Import-Module $module_name

v1.0.9091.28389

21 Nov 16:25
Compare
Choose a tag to compare

MIMSyncScheduler v1.0.7761.19659

01 Apr 10:02
Compare
Choose a tag to compare

Spaces in VBS task paths are now supported.
Default logging level set to Debug.

MIMSyncScheduler v1.0.7759.21022

30 Mar 10:59
Compare
Choose a tag to compare

Executable tasks now log executable output at Debug and Error levels. Also removed executable timeout functionality as this was problematic.

MIMSyncScheduler v1.0.7755.30985

26 Mar 17:15
Compare
Choose a tag to compare

Adding support for scheduling .vbs scripts.
Fixed a PowerShell script run issue.

MIMSyncScheduler v1.0.7720.19396

19 Feb 10:56
Compare
Choose a tag to compare

Minor updates, main reason for release is to zip up the files to make it easy to download :)

MIMSyncScheduler v1.0.7717.19958

16 Feb 11:11
Compare
Choose a tag to compare

Initial GitHub release.

Building on eight years of proven production use against some of the largest MIM Sync solutions.