Synchronization of User-Defined Tasks

Synchronizes the user-defined tasks of two DSM environments.


Examples:


Hint: The examples require two connected PowerShell drives on the environments to be synchronized.


Here, user-defined tasks are synchronised, requiring a source drive and a target drive:


$SyncSource = Get-EmdbDrive -Name Production

$SyncTarget = Get-EmdbDrive -Name Sandbox

Sync-EmdbUITask -Source $SyncSource -Target $SyncTarget


If the -Mirror switch parameter is specified, the available custom tasks of the source environment are mirrored to the target environment. This means that tasks of the target environment that are not available in the environment of the source drive are deleted there


Sync-EmdbUITask -Source $SyncSource -Target $SyncTarget -Mirror