Quantcast
Channel: PowerShell.org » All Posts
Viewing all articles
Browse latest Browse all 13067

New DirSync Module

$
0
0

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?


Viewing all articles
Browse latest Browse all 13067

Trending Articles