Virtual Analyzer - Integration Pre-requisites Parent topic

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-TransportServer | 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-TransportServer 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.