Registering Transport Agents Manually

In some cases, for example, if you encounter problems with registering transport agents during Dr.Web installation, you may need to register them manually. To do this, execute the following commands in Exchange Management Shell:

Install-TransportAgent -Name "Dr.Web AntiSpam Agent" -TransportAgentFactory "DRWTransportAgent.AntiSpamAgentFactory" -AssemblyPath "C:\Program Files\DrWeb for Exchange\DRWTransportAgent.dll"

Install-TransportAgent -Name "Dr.Web AntiVirus Agent" -TransportAgentFactory "DRWTransportAgent.AntiVirusAgentFactory" -AssemblyPath "C:\Program Files\DrWeb for Exchange\DRWTransportAgent.dll"

Enable-TransportAgent "Dr.Web AntiSpam Agent"

Enable-TransportAgent "Dr.Web AntiVirus Agent"

To cancel the registration of the transport agents, execute the following commands in Exchange Management Shell:

Uninstall-TransportAgent "Dr.Web AntiSpam Agent"

Uninstall-TransportAgent "Dr.Web AntiVirus Agent"