Link to home
Start Free TrialLog in
Avatar of netmaster3620
netmaster3620

asked on

Exchange 2013 Autodiscover

We are trying to get autodicsover to work with Mobile devices and tablets that use Activesync.  Autodiscover is currently working with Outlook clients; however, the settings will not auto provision on Activesync devices.  Unfortunately, I have been unable to find documentation that clearly explains the process.  

Our setup is described below:
The name that clients use to access the system is mail.company.com.  When a user enters their email address and password into the mobile device it doesn't populate any of the settings.  Our email addresses are setup as follows: FirstName.LastName@company.com

I ran through a troubleshooting utility and it looks like Autodiscover is trying to obtain settings from company.com instead of mail.company.com.  Seeing that company.com is our web server it is unable to obtain any settings.  

I have a SRV record in our DNS that points to mail.company.com At first, I was receiving a message stating that there were issues resolving this address I also added an A record into our DNS for autodiscover.company.com.  This corrected the issues resolving the name; however, it still isn't working.  I have gone through the tests on https://www.testexchangeconnectivity.com to determine the steps that are failing.  

I have also tried setting the url by entering the following command:
Set-ActiveSyncVirtualDirectory -Identity "SRVMAIL\Microsoft-Server-ActiveSync (Default Web Site)" -ExternalURL "https://mail.company.com/"


For clarification, our Exchange 2013 system is configured as follows:
1 single Server withe a machine name of srvmail.xxx.local
Clients access the system using a host name of mail.company.com.
We have a wildcard SSL certificate for *company.com. That certificate has been successfully applied to the Exchange 2013 server.
Our Email address format is: FirstName.LastName@company.com
Our AD username format is: First Initial + Last Name.  For example: jsmith

Lastly, I'm wondering if autodiscover will be able to pull the correct username from AD as our user names are comprised of the first initial and last name which doesn't match the email address.  (jsmith)  I assume yes; however, I would like clarification on this if possible.  

Please advise...
Avatar of Simon Butler (Sembee)
Simon Butler (Sembee)
Flag of United Kingdom of Great Britain and Northern Ireland image

To answer the easy question - Autodiscover will find everything from just the email address and the password.

Autodiscover with mobile devices is very hit and miss, because it depends on the implementation of ActiveSync by the device supplier.
SRV records I find are not reliable for mobile devices, so I would remove those and switch to autodiscover.example.com A record exclusively. You are using a wildcard certificate so it should work fine.

Autodiscover goes through a number of URLs, one of which is the root of the domain. As long as there isn't a /Autodiscover directory on the root, it should fail and move on to the next one, which will be autodiscover.example.com.

Sort out your DNS to begin with, and check whether there is something in the root. Check it on https://example.com/ - as your web host might be hosting something on SSL.

Simon.
Avatar of netmaster3620
netmaster3620

ASKER

Simon,

Thank you for your response.  With the A Record setup, I tested Autodiscover from the following address:

https://www.testexchangeconnectivity.com

The Autodiscover test completed successfully; however, I noticed that the server name, user name, and domain are not being filled in.  On Android devices, it assumes the username is the same as the email address and it automatically fills in this information.  (For Example: \FirstName.LastName)  On iOS devices it is simply blank.  

Below are the results from the test that I ran on the above mentioned web site.  

ExRCA is attempting to retrieve an XML Autodiscover response from URL https://autodiscover.bristolcc.edu/AutoDiscover/AutoDiscover.xml for user FirstName.LastName@company.com.
       The Autodiscover XML response was successfully retrieved.
       
      Additional Details
       Autodiscover Account Settings
XML response:
<?xml version="1.0"?>
<Autodiscover xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
<Response xmlns="http://schemas.microsoft.com/exchange/autodiscover/mobilesync/responseschema/2006">
<Culture>en:us</Culture>
<User>
<DisplayName>UsersLastName, UsersFirstName</DisplayName>
<EMailAddress>FirstName.LastName@company.com</EMailAddress>
</User>
<Action>
<Settings>
<Server>
<Type>MobileSync</Type>
<Url>https://mail.company.com/</Url>
<Name>https://mail.company.com/</Name>
</Server>
</Settings>
</Action>
</Response>
</Autodiscover>
ASKER CERTIFIED SOLUTION
Avatar of Simon Butler (Sembee)
Simon Butler (Sembee)
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial