You need to export configuration of connectors in either Exchange or O365
search cancel

You need to export configuration of connectors in either Exchange or O365

book

Article ID: 246209

calendar_today

Updated On:

Products

Data Loss Prevention Cloud Service for Email Data Loss Prevention

Issue/Introduction

Troubleshooting issues with email messages originating from Microsoft.

Environment

Release : 16.x, 15.8

Component : DLP Cloud Service for Email

Cause

You want to see detailed configuration settings that are not visible in the Exchange Connectors wizard or UI.

Resolution

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>

Additional Information