Enable logging for Microsoft Transport Suite for Domino

After knowing how to enable diagnostic logging, I needed to do the same for information of the Transporter Suite for Domino. The Domino Directory Connector wasn’t logging everything. I noticed that the logging level couldn’t be managed by using Set-EventLogLevel.

Start the Transporter Command Shell and type :

Get-TransporterEventLogLevel | fl

You can set logging for :

  • DominoDirectoryConnector\Service
  • DominoDirectoryConnector\Controller
  • DominoDirectoryConnector\DirSync
  • DominoFreeBusyConnector\RequestToPartner
  • DominoFreeBusyConnector\Connection
  • DominoFreeBusyConnector\General

To set the logging level type:

Set-TransporterEventLogLevel -Identity DominoDirectoryConnector\DirSync -LoggingLevel Expert

Hans Sleurink

Hans Sleurink works as a Technical Consultant at Nexct in the Netherlands where he designs and deploys Microsoft Unified Communications solutions . His main focus is on, but not limited to, Exchange, Lync, Office 365, Active Directory, TMG and other UC related topics.

More Posts - Website

Follow Me:
TwitterFacebookLinkedInGoogle Plus

Leave a Reply