Workaround:You can execute the command
Export-qcworkflow and then locate the information in the XML file.
This cmdlet exports such workflow settings as the
synchronization workflow steps, associated connections, and mapping pairs of objects in the connected systems.
In addition to this, the Sync Service management shell provides access to a few other commands, which are as follows:
Also, use the following command to see which command performs what:
Example:
[PS] C:\Windows\system32>Export-QCWorkflow -?
NAME
Export-QCWorkflow
SYNOPSIS
Exports synchronization workflow settings to an XML file.
SYNTAX
Export-QCWorkflow [-Id] <WorkflowIdParameter> [-Path] <String> [<CommonParameters>]
DESCRIPTION
Allows you to export the settings of the synchronization workflow whose identifier you specify to an XML file.
This cmdlet exports such workflow settings as the synchronization workflow steps, associated connections, and
mapping pairs of objects in the connected systems.
The exported data excludes:
- Synchronization scope conditions.
- Source and target containers explicitly selected in workflow steps.
- Encrypted data (such as passwords specified in the connection settings).