agentName = "System Probe Drop Routing Agent"; $agentFactory = "Microsoft.Exchange.Transport.Agent.SystemProbeDrop.Syste ...

$agentName = "System Probe Drop Routing Agent";                    $agentFactory = "Microsoft.Exchange.Transport.Agent.SystemProbeDrop.SystemProbeDropRoutingAgentFactory";                    $agentAssembly = ($RoleInstallPath + "TransportRoles\agents\SystemProbeDrop\Microsoft.Exchange.Transport.Agent.SystemProbeDrop.dll");                    $agent = get-transportagent -Identity:$agentName;                    if ($agent)                     {                        uninstall-transportagent -Identity:$agentName;                    };                    install-TransportAgent -Name:$agentName -TransportAgentFactory:$agentFactory -AssemblyPath:$agentAssembly;                    if ($agent.enabled -or ! $agent)                     {                         enable-transportagent -Identity:$agentName                     };
English
English (United States)
Deutsch (Deutschland)
German (Germany)
Español (España)
Spanish (Spain)
Français (France)
French (France)
italiano
Italian
Português
Portuguese
Русский
Russian