How to disable Autodiscover for SBS; for using Extermal Exchange

There may be a time, where you want to use Office 365 or Intermedia in conjunction with your SBS. If you don’t disable the Autodiscover on the SBS, Outlook will attempt to reconfigure itself and point back to SBS based on the Autodiscover settings. Get-AutodiscoverVirtualDirectory | fl Name, Server, InternalUrl, Identity This will show you […]

Exchange Server 2010: What’s your Server name in Outlook profile?

Is your user’s Outlook profile has specific CAS Server instead of CAS array name? When user creates a new Outlook profile, Outlooks reads the mailbox’s server name from the Exchange and AD and sets up automatically. You are wondering why the Auto Discovery finds a specific CAS server name, not the CAS Array name. If […]

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 […]