Hi everyone,
Need some help here. Been trying to install Exchange 2013 to coexist with our live Exchange 2010 environment and was having issues with the mailbox hub transport role. Been trying to uninstall exchange to try again and come up with the following error. Any help would be appreciated.
Error:The following error was generated when "$error.Clear();
$agentName = "Text Messaging Delivery Agent";
$agent = get-transportagent -Identity:$agentName;
if ($agent) {
uninstall-transportagent -Identity:$agentName;
};
" was run: "No valid agents.config file was found in 'C:\Program Files\Microsoft\Exchange Server\V15\TransportRoles\Shared\agents.config'. The default configuration for transport agents can be recovered by running 'scripts\ReinstallDefaultTransportAgents.ps1'.".