I just installed exchange 2013 on windows server 2012. I am unable to install ABP Routing Agent. As soon as I run this command in EMS I get an error.
Install-TransportAgent -Name "ABP Routing Agent" -TransportAgentFactory "Microsoft.Exchange.Transport.Agent.AddressBookPolicyRoutingAgent.AddressBookPolicyRoutingAgentFactory" -AssemblyPath $env:ExchangeInstallPathTransportRolesagentsAddressBookPolicyRoutingAgentMicrosoft.Exchagne.Transport.Agent.AddressBookPolicyRoutingAgent.dll
The Transport Agent assembly file "C:Program FilesMicrosoftExchange ServerV15\TransportRolesagentsAddressBookPol
icyRoutingAgentMicrosoft.Exchagne.Transport.Agent.AddressBookPolicyRoutingAgent.dll" doesn't exist.
Parameter name: AssemblyPath
+ CategoryInfo : InvalidArgument: (:) [Install-TransportAgent], ArgumentException
+ FullyQualifiedErrorId : 34326F6,Microsoft.Exchange.Management.AgentTasks.InstallTransportAgent
+ PSComputerName : mail.domain.com
I explored C:Program FilesMicrosoftExchange ServerV15TransportRolesagents there's no directory named as AddressBookPolicyRoutingAgent and no such file. Is my exchange installation missing this file ? or I need to download this file from internet ?