Deep Discovery Advisor - Integration Pre-requisites Parent topic

Before enabling Deep Discovery Advisor integration, administrators must enable the Exchange pickup folder.
WARNING
WARNING
Disabling the Exchange pickup folder after enabling the Deep Discovery Advisor integration may cause unexpected issues. Trend Micro recommends disabling Deep Discovery Advisor integration before disabling the Exchange pickup folder.
Use the following cmdlet commands to enable the Exchange pickup folder using the Exchange Management Shell.

Exchange Management Shell Cmdlet Commands

Cmdlet
Description
Get-TransportServer | fl pickup*
This cmdlet returns the current pickup folder attributes.
If the PickupDirectoryPath attribute is NULL, the Exchange administrator has disabled the pickup folder. The Exchange administrator must enable the pickup folder using the Set-TransportServer command.
smex_bp_dda_prereq.jpg

Example results of the Get-TransportServer cmdlet

Set-TransportServer -Identity {server name} -PickupDirectoryPath "E:\Program Files\Microsoft\Exchange Server\TransportRoles\Pickup"
This cmdlet enables the pickup folder in the directory specified.