We upgraded to the latest and greatest DirSync version. As I soon found out, the old way of scripting and executing the replication via "DirSyncConfigShell.psc1″ has been replaced with:
import-module dirsync
Start-OnlineCoexistenceSync
However, any chance I try to put this in a remote session (via invoke-command / new-pssession / enter-pssession / import-pssession / etc..) they all hang once I attempt to import the module. Has anyone had a chance to review how to write a script to make replication happen at will as oppose to waiting for the next interval?