NOTE: Debug logging mode may impact the performance of the CMN Directory Connector. We would recommend returning the CMN Directory Connector to normal logging mode after troubleshooting has concluded or the necessary debug logs have been captured.
The following steps will return the CMN Directory Connector to normal logging:
If you have a customized PowerShell script in a field value to populate a field that you want to troubleshoot, you can add PowerShell logging to the top of the script to output the log to a directory of your choosing.
for example;
$outFile = "c:\data\out.txt"$sn | Out-File $outFile -append -noclobber
**Please note that Quest Support Engineers cannot support Native PowerShell questions that is outside the scope of the Directory Connector.**
An Enhancement Request, TFS 763193, has been logged to remove the "userCertificate" mapping from the default configuration of new connectors.