None of the expected XML elements were found in the XML response

You get this error when testing ActiveSync using the Exchange Connectivity Analyzer. SOLUTION From the Exchange Shell run: Get-WebServicesVirtualDirectory | FL InternalURL, ExternalURL Set-WebServicesVirtualDirectory -Identity -InternalURL – ExternalURL Get-ActivesyncVirtualDirectory | FL InternalURL, ExternalURL Set-ActiveSyncVirtualDirectory -Identity “ServerMicrosoft-Server-ActiveSync (Default Web Site)” -ExternalUrl https://servername.domain.com/Microsoft-Server-ActiveSync The Identity parameter uniquely identifies the Exchange ActiveSync virtual directory to be configured. This […]