Views:
Before enabling Virtual Analyzer integration, administrators must enable the Exchange replay folder.
WARNING
WARNING
Disabling the Exchange replay folder after enabling the Virtual Analyzer integration may cause unexpected issues. Trend Micro recommends disabling Virtual Analyzer integration before disabling the Exchange replay folder.
Use the following cmdlet commands to enable the Exchange replay folder using the Exchange Management Shell.

Exchange Management Shell Cmdlet Commands

Cmdlet
Description
Get-TransportService | fl replay*
This cmdlet returns the current replay folder attributes.
If the ReplayDirectoryPath attribute is NULL, the Exchange administrator has disabled the replay folder. The Exchange administrator must enable the replay folder using the Set-TransportService command.
Set-TransportServer -Identity {server name} -ReplayDirectoryPath "E:\Program Files\Microsoft\Exchange Server\TransportRoles\Replay"
This cmdlet enables the replay folder in the directory specified.
Set- TransportService –Identitiy {Server name} –PickupDirectoryMaxMessagesPerMinute 1000
If the message throughput of this Exchange server is high, such as 3600 messages per minute, and this situation lasts for hours, administrator should increase the maximum rate of message processing for the Pickup and Replay directories before enabling URL sandbox.