The official blog for Windows Server Essentials and Small Business Server support and product group communications.
[Today's post comes to us courtesy of Rituraj Choudhary and Shawn Sullivan]
After the completion of SBS 2008 setup and the Internet Address Management Wizard (IAMW), Exchange 2007 is configured to accept both internal and external Outlook 2007 SP1 and Windows Mobile 6.1 Autodiscover requests. These requests are handled by the Exchange Autodiscover service, which in turn provide the following information to connecting clients:
This information is combined to automatically configure the user’s profile, requiring no input from them other than their email address.
When configured properly, the Exchange Autodiscover truly is automatic. However, the technology is complex in the fact that its implementation spans several other technologies across multiple locations. In general, the following items need to be in place:
A service connection point (SCP) object is created in Active Directory during the installation of the Client Access (CAS) role. Domain-joined clients will query this object and read the following attributes:
To find its location in ADSIEDIT, go here:
CN=Servername,CN=Autodiscover,CN=Protocols,CN=Servername,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=OrganizationName,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=CONTOSO,DC=local Where Servername is the name of your server, OrganizationName is the name of the Exchange Org and CONTOSO.local is the domain name.
CN=Servername,CN=Autodiscover,CN=Protocols,CN=Servername,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=OrganizationName,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=CONTOSO,DC=local
Where Servername is the name of your server, OrganizationName is the name of the Exchange Org and CONTOSO.local is the domain name.
The clients will retrieve the URL from an ldap query for the SCP, and retrieve the IP address from internal DNS. It will then connect to the server through the proper URL to the Autodiscover virtual directory.
Note: Non-domain joined clients may not be able to connect internally to the Autodiscover service.
Remote Outlook 2007 SP1 clients and Windows Mobile 6.1 devices query the DNS SRV record at the DNS registrar to locate the URL for the CAS server, according to the email address that you have specified. This record is either created/maintained automatically (if you choose a partner registrar during the IAMW) or manually (if you choose to maintain the domain yourself in the IAMW).
Service: _autodiscover Protocol: _tcp Port Number: 443 Host: FQDN
Important: Outlook 2007 without SP1 does not query for this SRV record, which causes Autodiscover to fail in default SBS 2008 deployments where the domain name has a prefix, like remote.contoso.com.
The auto-discover feature for a user can be checked using the command:
Test-OutlookWebServices -Identity <User Name>
For full details on the Exchange 2007 Autodiscover service, please see: http://technet.microsoft.com/en-us/library/bb332063.aspx
PingBack from http://diggwow.info/tags/101/200812/dns-server-15.html
Hi great post, I like it especially its following information to connecting clients:
1. The user’s display name as read from Active Directory.
2. Separate connection settings for internal and external connectivity
3. Location of the user’s mailbox (this is why Outlook 2007 is automatically able to find a mailbox that has been moved to another Mailbox server).
4. Location information for free/busy, Out of Office assistant, web-distributed Offline Address Book (gives Windows Mobile 6.1 the capability of GAL lookups from the internet), …
5. Outlook Anywhere (RPC/HTTP) server settings.
Cheers!!!
I can confirm this does not work internally for anyone that is confused.
Hi What I want to do is for example: I market law firms via emails. So I would like
to send for example 30 emails to 30 different lawyers at same time but have each recipient
not know that he is part of a distribution group. so his email address is the only one that shows up on his email and not the other recipients. So he feels the email was only for him.
PLEASE I beg you help me.
Also since I grab my clients names at night is there any way to tell outlook to send the email at tomorrows date without showing the recipient that the night before that had I composed the email.