Releases: TetronIO/MIMSyncScheduler
v1.0.9104.28823
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
Full Changelog: v1.0.7761.19659...v1.0.9091.28389
MIMSyncScheduler v1.0.7761.19659
Spaces in VBS task paths are now supported.
Default logging level set to Debug.
MIMSyncScheduler v1.0.7759.21022
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
Adding support for scheduling .vbs scripts.
Fixed a PowerShell script run issue.
MIMSyncScheduler v1.0.7720.19396
Minor updates, main reason for release is to zip up the files to make it easy to download :)
MIMSyncScheduler v1.0.7717.19958
Initial GitHub release.
Building on eight years of proven production use against some of the largest MIM Sync solutions.