Troubleshooting issues with email messages originating from Microsoft.
Release : 16.x, 15.8
Component : DLP Cloud Service for Email
You want to see detailed configuration settings that are not visible in the Exchange Connectors wizard or UI.
The following commands allow a customer to export Connector configuration via Powershell. The quotes are necessary, the angle-brackets are not!
Exchange on-premise:
Get-SendConnector "<Name_of_Connector>" | Format-List
Exchange Online, or O365/M365:
Get-OutboundConnector "<Name_of_Connector_To_DLP_CloudService>" | Format-List > C:\<PathToFile>\<OutboundConnector.txt>
Get-InboundConnector "<Name_of_Connector_From_DLP_CloudService>" | Format-List > C:\<PathToFile>\<InboundConnector.txt>
On-premises Exchange:
Get-SendConnector (ExchangePowerShell) | Microsoft Docs
Cloud-based Exchange: