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