Link to home
Start Free TrialLog in
Avatar of JoshuaSparks
JoshuaSparks

asked on

Problem with autodiscover on Exchange 2010

I can not figure out how to change the server name that auto discover is handing out. Can some one help me with this issue. The line that I need to change is marked <--THIS LINE-->. It is sending out server.domain.org and i need server.domain.net. Thanks


<?xml version="1.0" encoding="utf-8"?>
<Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
  <Response xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a">
    <User>
      <DisplayName>Username</DisplayName>
      <LegacyDN>/o=Domain5/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=UserName</LegacyDN>
      <DeploymentId>9f979bb4-ae24-4346-bc55-d8947933c29d</DeploymentId>
    </User>
    <Account>
      <AccountType>email</AccountType>
      <Action>settings</Action>
      <Protocol>
        <Type>EXCH</Type>
        <Server>Domain.Local</Server>
        <ServerDN>/o=Domain/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=EXCHANGEHOST</ServerDN>
        <ServerVersion>7380827F</ServerVersion>
        <MdbDN>/o=Domain/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=EXCHANGEHOST/cn=Microsoft Private MDB</MdbDN>
        <AD>DC-2.Domain.Net</AD>
        <ASUrl>https://server.domain.net/ews/exchange.asmx</ASUrl>
        <EwsUrl>https://server.domain.net/ews/exchange.asmx</EwsUrl>
        <EcpUrl>https://server.domain.net/ecp</EcpUrl>
        <EcpUrl-um>?p=customize/voicemail.aspx&amp;exsvurl=1</EcpUrl-um>
        <EcpUrl-aggr>?p=personalsettings/EmailSubscriptions.slab&amp;exsvurl=1</EcpUrl-aggr>
        <EcpUrl-mt>PersonalSettings/DeliveryReport.aspx?exsvurl=1&amp;IsOWA=&lt;IsOWA&gt;&amp;MsgID=&lt;MsgID&gt;&amp;Mbx=&lt;Mbx&gt;</EcpUrl-mt>
        <EcpUrl-sms>?p=sms/textmessaging.slab&amp;exsvurl=1</EcpUrl-sms>
        <OOFUrl>https://server.domain.net/ews/exchange.asmx</OOFUrl>
        <UMUrl>https://server.domain.net/ews/UM2007Legacy.asmx</UMUrl>
        <OABUrl>http://server.domain.net/OAB/44495e8f-74ff-4373-882b-36bd20f7405b/</OABUrl>
      </Protocol>
      <Protocol>
        <Type>EXPR</Type>
        <Server>server.domain.org</Server>                <----THIS LINE------------>
        <SSL>On</SSL>
        <AuthPackage>Basic</AuthPackage>
        <ASUrl>https://server.domain.net/ews/exchange.asmx</ASUrl>
        <EwsUrl>https://server.domain.net/ews/exchange.asmx</EwsUrl>
        <EcpUrl>https://server.domain.net/ecp</EcpUrl>
        <EcpUrl-um>?p=customize/voicemail.aspx&amp;exsvurl=1</EcpUrl-um>
        <EcpUrl-aggr>?p=personalsettings/EmailSubscriptions.slab&amp;exsvurl=1</EcpUrl-aggr>
        <EcpUrl-mt>PersonalSettings/DeliveryReport.aspx?exsvurl=1&amp;IsOWA=&lt;IsOWA&gt;&amp;MsgID=&lt;MsgID&gt;&amp;Mbx=&lt;Mbx&gt;</EcpUrl-mt>
        <EcpUrl-sms>?p=sms/textmessaging.slab&amp;exsvurl=1</EcpUrl-sms>
        <OOFUrl>https://server.domain.net/ews/exchange.asmx</OOFUrl>
        <UMUrl>https://server.domain.net/ews/UM2007Legacy.asmx</UMUrl>
        <OABUrl>https://server.domain.net/OAB/44495e8f-74ff-4373-882b-36bd20f7405b/</OABUrl>
        <CertPrincipalName>msstd:server.domain.net</CertPrincipalName>
      </Protocol>
      <Protocol>
        <Type>WEB</Type>
        <Internal>
          <OWAUrl AuthenticationMethod="Basic, Fba">https://server.domain.net/owa/</OWAUrl>
          <Protocol>
            <Type>EXCH</Type>
            <ASUrl>https://server.domain.net/ews/exchange.asmx</ASUrl>
          </Protocol>
        </Internal>
        <External>
          <OWAUrl AuthenticationMethod="Fba">https://server.domain.net/owa/</OWAUrl>
          <Protocol>
            <Type>EXPR</Type>
            <ASUrl>https://server.domain.net/ews/exchange.asmx</ASUrl>
          </Protocol>
        </External>
      </Protocol>
    </Account>
  </Response>
</Autodiscover>
ASKER CERTIFIED SOLUTION
Avatar of Akhater
Akhater
Flag of Lebanon 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
Avatar of JoshuaSparks
JoshuaSparks

ASKER

Thanks, Worked Great.