I'm trying to start a full device sync via powershell after a successful storage power crash-test

The current state is on screen below (using Starwind Virtual SAN Free v8.0.0 (Build 12166)):

HAImage1 was started to sync automatically.
HAImage2 was started to sync manually via GUI.
And now - how to start a sync at HAImage3 manually via PS?
I've tried to use $device.Synchronize([SwHaSyncType]::SW_HA_SYNC_FULL) from the embedded SyncHaDevice.ps1 script, but it was unsuccessful. I've got a message about a sync proccess start, and subsequent attempts are ended with...
Code: Select all
Synchronize device HAImage3
Error:
200 Failed: error occurred while initial synchronization process was running..
At C:\Temp\SyncHaDevice.ps1:19 char:3
+ $device.Synchronize([SwHaSyncType]::SW_HA_SYNC_FULL)
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (:) [], COMException
+ FullyQualifiedErrorId : System.Runtime.InteropServices.COMException
It could be fixed easilly via GUI but I have to be able to make it via PS after a trial period will gone.
And another one question.
Why the HAImage1 was started to sync automatically while others wasn't? It's settings looks the same except paths and sizes. Or maybe autosync processes a devices one by one, not at the same time?
WBR, SerhioGo.