July 22, 2019
1.0.0.263
–IMPROVEMENT
An improvement to the performance of the tread lane architecture was made to make it more resilient to network disconnects and MAPI interruptions.
–IMPROVEMENT
The Show-SyncTaskStats cmdlet has been updated to default to a simple output when used without switch parameters. When used with no parameters, it will list the TaskID, TaskName, ItemsProcessed, and KBSourceToTarget values. By keeping the displayed values a 4, PowerShell will naturally present the list of running tasks in a table format for easy inspection.
Use the -FullDetail parameter to list all attributes.
–IMPROVEMENT
The Get-SyncTask cmdlet has been updated to support -TaskName as a parameter for selecting tasks by name. In addition, the new parameter allows for wildcard selections using the same pattern matching used for selecting file names (* and ?).