<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">EXCHDXB</title><subtitle type="html" /><id>http://blogs.technet.com/b/exchdxb/atom.aspx</id><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/exchdxb/" /><link rel="self" type="application/atom+xml" href="http://blogs.technet.com/b/exchdxb/atom.aspx" /><generator uri="http://telligent.com" version="5.6.50428.7875">Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><updated>2011-12-12T00:20:00Z</updated><entry><title>Understanding Basic Features in CCR</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/exchdxb/archive/2012/05/20/understanding-basic-features-in-ccr.aspx" /><id>http://blogs.technet.com/b/exchdxb/archive/2012/05/20/understanding-basic-features-in-ccr.aspx</id><published>2012-05-20T13:45:00Z</published><updated>2012-05-20T13:45:00Z</updated><content type="html">&lt;p align="center"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Cluster continuous replication (CCR) is a high availability feature of Microsoft&amp;nbsp;Exchange Server 2007 that combines the asynchronous log shipping and replay technology built into Exchange 2007 with the failover and management features provided by the Cluster service.&lt;/p&gt;
&lt;p&gt;CCR is designed to provide high availability for Exchange 2007 Mailbox servers by providing a solution that:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Has no single point of failure.&lt;/li&gt;
&lt;li&gt;Has no special hardware requirements.&lt;/li&gt;
&lt;li&gt;Has no shared storage requirements.&lt;/li&gt;
&lt;li&gt;Can be deployed in one or two datacenter configurations.&lt;/li&gt;
&lt;li&gt;Can reduce full backup frequency, reduce total backed up data volume, and shorten the service level agreement (SLA) for recovery time from first failure.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;CCR uses the database failure recovery functionality in Exchange 2007 to enable the continuous and asynchronous updating of a second copy of a database with the changes that have been made to the active copy of the database. During installation of the passive node in a CCR environment, each storage group and its database is copied from the active node to the passive node. This operation is called &lt;i&gt;seeding&lt;/i&gt;, and it provides a baseline of the database for replication. After the initial seeding is performed, log copying and replay are performed continuously.&lt;/p&gt;
&lt;p&gt;In a CCR environment, the replication capabilities are integrated with the Cluster service to deliver a high availability solution. In addition to providing data and service availability, CCR also provides for scheduled outages. When updates need to be installed or when maintenance needs to be performed, an administrator can move a &lt;i&gt;clustered mailbox server&lt;/i&gt; (called an Exchange Virtual Server in previous versions of Exchange Server) manually to a passive node. After the move operation is complete, the administrator can then perform the needed maintenance.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Main Features in CCR:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#CCR__log"&gt;Circular Logging with CCR&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#Dumpster"&gt;Transport Dumpster&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#FSW"&gt;File Share Witness&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#repl-comp"&gt;Replication Component&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#repl-service-comp"&gt;Replication Service Compenents&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#transaction-log-repl"&gt;Transaction Log Replication And Replay&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#LLR"&gt;LLR and Auto Database Mount Dial&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;&lt;a name="CCR__log"&gt;&lt;/a&gt;Circular Logging in CCR:&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;In CCR circular logging called continuous replication circular logging (CRCL), which is different from the ESE circular logging&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Set-StorageGroup -Identity "First Storage Group" -CircularLoggingEnabled $true&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In a CCR, LCR, or SCR environment, you should always use the following process to enable or disable circular logging:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Suspend-StorageGroupCopy&lt;/li&gt;
&lt;li&gt;Enable or disable circular logging&lt;/li&gt;
&lt;li&gt;Dismount and then mount the database&lt;/li&gt;
&lt;li&gt;Resume-StorageGroupCopy&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;ESE circular logging is performed and managed by the Microsoft Exchange Information Store service, CRCL is performed and managed by the Microsoft Exchange Replication Service&lt;/p&gt;
&lt;p&gt;Microsoft Exchange Replication Service manages CRCL so that log continuity is maintained, and logs are not deleted by the log deleter if they are still needed for replication. Therefore, enabling CRCL should not negatively affect replication.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;&lt;a name="Dumpster"&gt;&lt;/a&gt;Transport Dumpster:&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Transport dumpster is a feature built into Exchange 2007 designed to minimize data loss by redelivering recently submitted messages back to the mailbox server after a lossy failure.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The Transport Dumpster is configured by default. You can view the transport dumpster settings by running &lt;b&gt;get-TransportConfig&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The transport dumpster is not enabled for SCR or (SCC).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The transport dumpster is enabled for CCR and (LCR).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In an LCR environment, the request for redelivery from all Hub Transport servers in the site occurs as part of the &lt;b&gt;Restore-StorageGroupCopy&lt;/b&gt; task.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;&lt;a name="FSW"&gt;&lt;/a&gt;File share witness:&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The file share witness uses a file share on a computer outside the cluster to act as a witness to the activities of the two nodes that are the cluster.&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;The file share for the file share witness can be hosted on any computer running Windows Server.&lt;/li&gt;
&lt;li&gt;There is no requirement that the version of the Windows Server operating system hosting the file share match the operation system of the CCR environment. However, we recommend that you use a Hub Transport server in the Active Directory directory service&lt;/li&gt;
&lt;li&gt;site containing the clustered mailbox server to host the file share, because this allows a messaging administrator to maintain control over the file share.&lt;/li&gt;
&lt;li&gt;a single server can provide file shares for multiple CCR environments. However, each CCR environment should have its own dedicated folder and share on this server&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;&lt;a name="repl-comp"&gt;&lt;/a&gt;Replication Compenents:&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;The two key services responsible for log generation, log shipping, and log replay activity are:&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;Microsoft Exchange Information Store service:&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Responsible for servicing user and application requests, performing write ahead logging, and updating the database file via Extensible Storage Engine (ESE).&lt;/li&gt;
&lt;li&gt;An operation occurs against the database (a client sends a new message), and the page that requires updating is read from the database file and placed into the &lt;i&gt;ESE cache&lt;/i&gt; (assuming the page is not already in memory), while the &lt;i&gt;log buffer&lt;/i&gt; is notified and it records the operation in memory.&lt;/li&gt;
&lt;li&gt;The changes are recorded by the database engine but these changes are not immediately written to the database file on disk. Instead, these changes are held in the ESE cache and they are known as &lt;i&gt;dirty&lt;/i&gt; pages because they have not been committed to the database file. The &lt;i&gt;version store&lt;/i&gt; is used to keep track of these changes, thus ensuring that isolation and consistency are maintained.&lt;/li&gt;
&lt;li&gt;&lt;br /&gt;As the database pages are changed, the log buffer is notified to commit the change, and the transaction is recorded in a &lt;i&gt;transaction log file&lt;/i&gt;, which may or may not require closing the current Exx.log file and starting a new log generation. (Note that ESE is also responsible for closing a log file once it reaches its maximum file size (1 MB) and starting a new generation.)&lt;/li&gt;
&lt;li&gt;Eventually the dirty database pages are written to the database file on disk.&lt;br /&gt;The checkpoint is advanced.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;Microsoft Exchange Replication Service&lt;/span&gt;&lt;/b&gt;&lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Responsible for log shipping and replay against the database copy.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchange Repl\Diagnostics&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;When continuous replication is enabled, the Microsoft Exchange Replication Service is responsible for detecting when the current log file is closed by ESE, copying it, inspecting it, and replaying it into the database copy. This service is installed by default on all servers that have the Mailbox server role installed.&lt;/li&gt;
&lt;li&gt;The executable for the Replication service is &lt;i&gt;Microsoft.Exchange.Cluster.ReplayService.exe&lt;/i&gt;, which is located by default at &amp;lt;install path&amp;gt;\bin. The Replication service depends on the Microsoft Exchange&amp;nbsp;Active Directory Topology Service.&lt;/li&gt;
&lt;li&gt;The Replication service stores its diagnostic logging level setting in the Windows registry in the following location: &lt;b&gt;HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\MSExchange Repl\Diagnostics&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;&lt;a name="repl-service-comp"&gt;&lt;/a&gt;Replication Service Compenents:&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;v&amp;nbsp; &lt;b&gt;LogCopier&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Responsible for copying closed log files from the source storage group to the target server that contains a copy of the storage group&lt;/p&gt;
&lt;p&gt;v&amp;nbsp; &lt;b&gt;LogInspector&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Responsible for verifying that the log files are valid. It checks the destination inspector directory on a regular basis. If a log file is found to be corrupted or unusable for replay, the Replication service will request a re-copy of the file.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;v&amp;nbsp; &lt;b&gt;LogReplayer&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Responsible for replaying inspected log files into the database copy.&lt;/p&gt;
&lt;p&gt;v&amp;nbsp; &lt;b&gt;LogTruncater&lt;/b&gt;&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Responsible for deleting log files that have been successfully replayed into the database copy.&lt;/li&gt;
&lt;li&gt;When continuous replication is used, the LogTruncator only deletes log files that are not needed for recovery and replay.&lt;/li&gt;
&lt;li&gt;Any log files on the active copy that have not been replicated and replayed into the database copy are not deleted by an online backup of the active copy.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;Storage Group Structure in CCR:&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;v&amp;nbsp; &lt;b&gt;Share Name&lt;/b&gt;:&lt;/p&gt;
&lt;p&gt;&amp;lt;Storage Group GUID&amp;gt;$&lt;/p&gt;
&lt;p&gt;v&amp;nbsp; &lt;b&gt;Folder Path&lt;/b&gt;:&lt;/p&gt;
&lt;p&gt;&amp;lt;drive&amp;gt;:\&amp;lt;Storage Group Log Folder Path&amp;gt;&lt;/p&gt;
&lt;p&gt;v&amp;nbsp; &lt;b&gt;Share Permissions&lt;/b&gt;:&lt;/p&gt;
&lt;p&gt;&amp;lt;root domain&amp;gt;\Exchange Servers &amp;ndash; Read&lt;/p&gt;
&lt;p&gt;v&amp;nbsp; &lt;b&gt;Folder Permissions&lt;/b&gt;:&lt;/p&gt;
&lt;p&gt;&amp;lt;rootdomain&amp;gt;\Exchange Servers &amp;ndash; Read&lt;/p&gt;
&lt;p&gt;&amp;lt;computer&amp;gt;\Administrators &amp;ndash; Full Control&lt;/p&gt;
&lt;p&gt;SYSTEM &amp;ndash; Full Control&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;&lt;/b&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;&lt;a name="transaction-log-repl"&gt;&lt;/a&gt;Transaction Log Replication And Replay:&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Transaction log replication and replay is used to copy the changed data and update the passive copy's database.&lt;/li&gt;
&lt;li&gt;The size of each generated log file is 1 MB&lt;/li&gt;
&lt;li&gt;The transaction log file folder on the active node is shared using a standard Windows file share. (GUID) for the storage group is used for the share name, and ($) is added to the end of the share.&lt;/li&gt;
&lt;li&gt;The Microsoft Exchange Replication service on the passive node connects to the share on active node using SMB protocol&lt;/li&gt;
&lt;li&gt;The replication functionality copies the log files to the passive node as each log file is generated.&lt;/li&gt;
&lt;li&gt;When the logs arrive at the passive node, they are checked for corruption and then replayed into the copy of the database that is stored on the passive node. The replay process makes the changes described in the change log to the passive node's database, which makes the passive node's database match the production database&lt;/li&gt;
&lt;li&gt;The Microsoft Exchange Replication service on the passive node connects to the share on the active node and copies, or pulls, the log files using the Server Message Block (SMB) protocol. The passive node then verifies the log file and replays it into the copy of the database on the passive node.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a name="LLR"&gt;&lt;/a&gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;LLR and Auto Database Mount Dial:&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;In the event that an unscheduled outage occurs that affects the active node, the passive node will bring the clustered mailbox server instance online and the Replication service on that node will attempt to copy the missing log files from the node that experienced the failure. If the copy process is successful (for example, because the server is online and the shares and necessary data are accessible), then the storage groups will mount and there will be zero data loss. If the copy process is unsuccessful, then the databases will be mounted based on the clustered mailbox server&amp;rsquo;s &lt;b&gt;AutoDatabaseMountDial&lt;/b&gt; setting and how far behind it is in log replication per storage group. There are three possible values for the server setting &lt;b&gt;AutoDatabaseMountDial&lt;/b&gt;.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Lossless&lt;/b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Lossless is zero logs lost. When the attribute is set to Lossless, the system waits for the failed node to come back online before databases are mounted. Even then the failed system must return with all logs accessible and not corrupted. After the failure, the passive node is made active, and the Microsoft&amp;nbsp;Exchange Information Store service is brought online. It checks to determine whether the databases can be mounted without any data loss. If possible, the databases are mounted. If they cannot be automatically mounted, the system periodically attempts to copy the logs. If the server returns with its logs intact, this attempt will eventually succeed, and the databases will mount. If the server returns without its logs intact, the remaining logs will not be available, and the affected databases will not mount automatically. In this event, administrative action is required to force the database to mount when logs are lost.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Good availability&lt;/b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Good availability is three logs lost. Good availability provides fully automatic recovery when replication is operating normally and replicating logs at the rate they are being generated.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Best availability&lt;/b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Best availability is six logs lost, which is the default setting. Best availability operates similarly to Good availability, but it allows automatic recovery when the replication experiences slightly more latency. Thus, the new active node might be slightly farther behind the state of the old active node after the failover, thereby increasing the likelihood that database divergence occurs, which requires a full reseed to correct.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;span style="text-decoration: underline;"&gt;Lost Log Resilience:&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;The order of write operations of Exchange data is always memory, log file, and then database file. LLR works by delaying writes to the database until the specified number of log generations have been created.&lt;/p&gt;
&lt;p&gt;LLR = 10&amp;nbsp; (Exchange 2007 SP1, CCR)&lt;/p&gt;
&lt;p&gt;LLR =&amp;nbsp; 1&amp;nbsp; (Exchange 2007 SP1 , SCC or LCR or Standalone Mailbox)&lt;/p&gt;
&lt;p&gt;LLR = AutoDatabaseMountDial + 1&amp;nbsp; (Exchange 2007 RTM)&lt;/p&gt;
&lt;p&gt;In a lossy failure, there is at least one log file missing per storage group (Exx.log), but there also could be additional closed log files missing. This means that if the databases are brought online, data stored on NodeA (the failed node) is different than the data being generated on NodeB. This is referred to as &lt;i&gt;divergence&lt;/i&gt;.&lt;/p&gt;
&lt;p&gt;Divergence is when a storage group copy has information that is not in the active storage group. Divergence can be in the database or in the log files and can be caused by lossy failures,&lt;/p&gt;
&lt;p&gt;Divergence is problematic because it means that data has been lost. In particular, database divergence is the worst case because it guarantees the need to reseed, which can be an expensive operation in terms of time and possibly bandwidth. Log file divergence also means data has been lost. However, log file divergence doesn&amp;rsquo;t necessarily cause database divergence because of LLR.&lt;/p&gt;
&lt;p&gt;Remember that the order of write operations of Exchange data is always memory, log file, and then database file. LLR works by delaying writes to the database until the specified number of log generations have been created&lt;/p&gt;
&lt;p&gt;LLR only runs on the active storage group copy. If you analyze the passive copy, you will see that its database is always up-to-date (in terms of the log files that exist on the passive node).&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3498912" width="1" height="1"&gt;</content><author><name>Inas Saad</name><uri>http://blogs.technet.com/inas.s_4000_live.com/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>Troublshooting Autodiscover (Exchange 2007/2010)</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/exchdxb/archive/2012/05/10/troublshooting-autodiscover-exchange-2007-2010.aspx" /><id>http://blogs.technet.com/b/exchdxb/archive/2012/05/10/troublshooting-autodiscover-exchange-2007-2010.aspx</id><published>2012-05-10T13:20:00Z</published><updated>2012-05-10T13:20:00Z</updated><content type="html">&lt;p&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&lt;b&gt;What is Autodiscover?&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Exchange Autodiscover is a service which is run on Exchange Client Access Servers. It is one of the new features it included in exchange 2007.&lt;br /&gt;The Autodiscover service makes it easier to configure Outlook 2007 or Outlook 2010 and some mobile phones. Autodiscover Service cannot be used with earlier versions of Outlook, including Outlook 2003. In earlier versions of Microsoft Exchange (Exchange 2003 SP2 or earlier) and Outlook (Outlook 2003 or earlier), you had to configure all user profiles manually to access Exchange.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&lt;span style="font-size: small;" size="3"&gt;The Autodiscover service uses a user's e-mail address and password to automatically configure a user's profile. Using the e-mail address, the Autodiscover service provides the following information to the client:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;The user&amp;rsquo;s display name.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Separate connection settings for internal and external connectivity.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;The location of the user&amp;rsquo;s Mailbox server.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;The URLs for various Outlook features that manage functionality such as OOF, free/busy information, Unified Messaging, and the offline address book.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Outlook Anywhere server settings.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/8156.1.JPG"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/8156.1.JPG" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;How the Autodiscover Service Works&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&lt;span style="font-size: small;" size="3"&gt;When you install the Client Access server role on a computer running Exchange 2010/2007, a default virtual directory named Autodiscover is created under the default Web site in Internet Information Services (IIS). This virtual directory handles Autodiscover service requests from Outlook 2007 or Outlook 2010 clients and supported mobile phones under the following circumstances:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;When a new user account is configured or updated.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;When an Outlook client periodically checks for changes to the Exchange Web Services URLs.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;When underlying network connection changes occur in your Exchange messaging environment.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&lt;br /&gt;Additionally, a new Active Directory object named the service connection point (SCP) is created on the server where you install the Client Access server role. And Autodiscover information is stored in it.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;You can view this SCP using Active Directory Sites and Services after you have enabled the &amp;ldquo;View Services Node&amp;rdquo; option:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/2555.2.JPG"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/2555.2.JPG" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;The SCP object is used by domain-connected clients to locate the Autodiscover service. &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;The SCP object contains two pieces of information:&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - The &lt;b&gt;serviceBindingInformation&lt;/b&gt; attribute.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;-&lt;/span&gt; &lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;The &lt;b&gt;keywords&lt;/b&gt; attribute&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;The &lt;b&gt;serviceBindingInformation&lt;/b&gt; attribute has the Fully Qualified Domain Name (FQDN) of the Client Access server in the form of: &lt;/span&gt;&lt;a href="https://cas01.contoso.com/autodiscover/autodiscover.xml"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;https://&lt;/span&gt;&lt;/a&gt;&lt;a href="https://cas01.contoso.com/autodiscover/autodiscover.xml"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;cas01.contoso.com/autodiscover/autodiscover.xml&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;, where cas01.contoso.com is the fully qualified domain name (FQDN) for the Client Access server. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;The &lt;b&gt;keywords&lt;/b&gt; attribute specifies the Active Directory sites to which this SCP record is associated. By default, this attribute specifies the Active Directory site to which the Client Access server belongs.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&lt;span style="font-size: small;" size="3"&gt;When a domain-connected client connects to the Active Directory directory service: &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;" size="3"&gt;&amp;ndash;&lt;/span&gt;&amp;nbsp;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;The Exchange 2007 client authenticates to Active Directory and tries to locate the Autodiscover SCP objects that were created during Setup by using the user's credentials. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;ndash;&lt;/span&gt;&amp;nbsp; &lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;In deployments that include multiple Client Access servers, an Autodiscover SCP record is created for each Client Access server. By using the user credentials, the Outlook 2007 client authenticates to Active Directory and searches for the autodiscover&amp;nbsp;SCP objects. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;ndash; &lt;/span&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;After the client obtains and enumerates the instances of the Autodiscover service, the client connects to the first Client Access server in the enumerated and sorted list and obtains the profile information in the form of XML data that is needed to connect to the user's mailbox and available Microsoft Exchange features.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;An Outlook 2007/2010 client connects to the Autodiscover service as follows:&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&lt;span style="font-size: small;" size="3"&gt;1- Outlook 2007/2010 sends a LDAP query to Active Directory looking for all available SCP objects. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&lt;span style="font-size: small;" size="3"&gt;2- Outlook 2007/2010 sorts and enumerates the returned results based on the client's Active Directory site by using the keyword attribute of the SCP record. One of two lists is created, an in-site list or an out-of-site list. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&lt;span style="font-size: small;" size="3"&gt;3. Outlook first tries to connect to each Autodiscover URL that it had previously generated from either an in-site list or an out-of-site list. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;If that doesn't work, Outlook will try to connect to the predefined URLs (for example, https://autodiscover.contoso.com/autodiscover/autodiscover.xml) by using DNS.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;If that fails also, Outlook will try the HTTP redirect method.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;If that fails also, Outlook will try to use the SRV record lookup method. &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;If all lookup methods fail, Outlook will be unable to obtain Outlook Anywhere configuration and URL settings.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&lt;span style="font-size: small;" size="3"&gt;4. The Autodiscover service queries Active Directory to obtain the connection settings and URLs for the Exchange services that have been configured.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&lt;span style="font-size: small;" size="3"&gt;5. The Autodiscover service returns an HTTPS response with an XML file that includes the connection settings and URLs for the available Exchange services.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&lt;span style="font-size: small;" size="3"&gt;6. Outlook uses the appropriate configuration information and connection settings to connect to your Exchange messaging environment.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;When Outlook 2007/2010&amp;nbsp; is started on a client that is not domain-connected, it first tries to locate the Autodiscover service by looking up the SCP object in Active Directory. Because the client is unable to contact Active Directory, it tries to locate the Autodiscover service by using Domain Name System (DNS). In this scenario, the client will determine right side of the user&amp;rsquo;s e-mail address, that is, contoso.com, and check DNS by using two predefined URLs. For example, if your SMTP domain is contoso.com, Outlook will try the following two URLs to try to connect to the Autodiscover service:&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;a href="https://contoso.com/autodiscover/autodiscover.xml"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;https&lt;/span&gt;&lt;/a&gt;&lt;a href="https://contoso.com/autodiscover/autodiscover.xml"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;://&lt;/span&gt;&lt;/a&gt;&lt;a href="https://contoso.com/autodiscover/autodiscover.xml"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;contoso.com/autodiscover/autodiscover.xml&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;a href="https://autodiscover.contoso.com/autodiscover/autodiscover.xml"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;https&lt;/span&gt;&lt;/a&gt;&lt;a href="https://autodiscover.contoso.com/autodiscover/autodiscover.xml"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;://&lt;/span&gt;&lt;/a&gt;&lt;a href="https://autodiscover.contoso.com/autodiscover/autodiscover.xml"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;autodiscover.contoso.com/autodiscover/autodiscover.xml&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Another option related to DNS is made possible with an Outlook 2007 software update. When this software update is applied, Outlook 2007 clients will perform an additional check for a DNS SRV record to locate the Autodiscover service which does not require multiple Web sites and IP addresses.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;For more information about this software update for Outlook 2007, see Microsoft Knowledge Base article 940881, &lt;/span&gt;&lt;a href="http://go.microsoft.com/fwlink/?linkid=3052&amp;amp;kbid=940881"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;A new feature is available that enables Outlook 2007 to use DNS Service Location (SRV) records to locate the Exchange &lt;/span&gt;&lt;/a&gt;&lt;a href="http://go.microsoft.com/fwlink/?linkid=3052&amp;amp;kbid=940881"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;Autodiscover&lt;/span&gt;&lt;/a&gt;&lt;a href="http://go.microsoft.com/fwlink/?linkid=3052&amp;amp;kbid=940881"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt; service&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/4010.3.JPG"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/4010.3.JPG" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;b&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Problems with Autodiscover service or how it&amp;rsquo;s configured can causes issues such as:&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Cannot view free/busy information.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Cannot download Offline Address Book (OAB) / receive error code: 0x8004010F.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;The Out Of Office assistant is not working.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Prompt for a user name and password during the Autodiscover process.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Outlook anywhere stop working.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;One of the most common issues I see has to do with certificates, so I will highlight few things about certificates.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Certificates are used to encrypt traffic between exchange servers and clients.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;There are three things that need to be true in order for a certificate to be valid:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;The name used to access the resource needs match the certificate exactly.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;The Certificate date must be valid&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&amp;nbsp;The Certificate Authority which issued the certificate must be trusted by the client. (It needs to exist in the &amp;ldquo;Trusted Root Certificate Authorities)&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;Example&lt;/span&gt;&lt;/b&gt;: If I connect to OWA with mail.mydomain.com, then the certificate also needs to have mail.mydomain.com either on the subject or the subject alternative name field. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/4846.4.JPG"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/4846.4.JPG" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;The components that are usually affected with certificate name mismatch are Autodiscover, Out of Office, Free Busy and Outlook Anywhere.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Reasons:&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;1- Not using a trusted certificate&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&lt;b&gt;&lt;i&gt;Solution&lt;/i&gt;&lt;/b&gt;&lt;i&gt;: use a 3rd party cert provider&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/7752.5.JPG"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/7752.5.JPG" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;2- The certificate name does not match the DNS name\s&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&lt;b&gt;&lt;i&gt;Solution&lt;/i&gt;&lt;/b&gt;&lt;i&gt;: create a new cert request containing all the names used to access the server. Minimum of&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&amp;nbsp;Autodiscover.domain.com&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&amp;lt;ExternalName&amp;gt;.domain.com&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&lt;i&gt;&amp;lt;InternalName&amp;gt;.domain.local (if using for internal systems also)&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/1856.6.JPG"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/1856.6.JPG" /&gt;&lt;/a&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&lt;br /&gt;3- Can&amp;rsquo;t resolve fully qualified domain names (FQDN)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&lt;b&gt;&lt;i&gt;Solution&lt;/i&gt;&lt;/b&gt;&lt;i&gt;: make sure that the FQDNs for your external URLs as well as autodiscover have A records registered in DNS&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Verify you can access the autodiscover XML file &lt;/span&gt;&lt;/i&gt;&lt;a href="https://autodiscover.domain.com/autodiscover/autodiscover.xml"&gt;&lt;i&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;https&lt;/span&gt;&lt;/i&gt;&lt;/a&gt;&lt;a href="https://autodiscover.domain.com/autodiscover/autodiscover.xml"&gt;&lt;i&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;://&lt;/span&gt;&lt;/i&gt;&lt;/a&gt;&lt;a href="https://autodiscover.domain.com/autodiscover/autodiscover.xml"&gt;&lt;i&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;autodiscover.domain.com/autodiscover/autodiscover.xml&lt;/span&gt;&lt;/i&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;It should look like below&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/1665.12.JPG"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/1665.12.JPG" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;4- SCP Record does not contain the correct value.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Test from outlook:&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&amp;nbsp;&amp;nbsp;-&amp;nbsp;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Hold CTRL and Click the outlook Icon in the system tray and select &amp;ldquo;Test Email Auto Configuration&amp;rdquo;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/5078.7.JPG"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/5078.7.JPG" /&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/6710.8.JPG"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/6710.8.JPG" /&gt;&lt;/a&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/5078.7.JPG"&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&lt;span style="font-size: small;" size="3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: small;" size="3"&gt;-&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Deselect the &amp;ldquo;Use Guessmart&amp;rdquo; and &amp;ldquo;Secure Guessmart Authentication&amp;rdquo; and click Test.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&lt;span style="font-size: small;" size="3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2. Check SCP value returned&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&lt;/span&gt;&amp;nbsp;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;If you get info on the results tab then AutoDiscover is working&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/7416.9.JPG"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/7416.9.JPG" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&lt;/span&gt;&amp;nbsp;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;If not, go to Log tab and look at the URL that is returned&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&lt;/span&gt;&amp;nbsp;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Test the URL (Type it into Internet explorer) if it is not working, change SCP to a valid URL, using Set-ClientAccessServer cmdlet.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&lt;/span&gt;&amp;nbsp;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Set the SCP along with the internal URL: Set-ClientAccessServer CASServerName -AutoDiscoverServiceInternalUri &lt;/span&gt;&lt;a href="https://mail.domain.local/Autodiscover/Autodiscover.xml"&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;https://mail.domain.local/Autodiscover/Autodiscover.xml&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&lt;b&gt;Troubleshooting Free/Busy Information for Outlook 2007/2010&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;The Availability service for Microsoft Exchange Server 2007/2010 provides calendar information for your users, which is known as free/busy information. &lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;The Autodiscover service provides information for the Availability service by locating and providing the external and internal URLs for the Outlook 2007/2010 client.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;There may be problem which involves a failure in either the &lt;b&gt;Autodiscover&lt;/b&gt; service or the &lt;b&gt;Availability&lt;/b&gt; service.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;To determine whether the Autodiscover service is unable to provide information to clients by using Outlook 2007, you can enable outlook logging using the following steps:&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;In Outlook 2007, on the Tools menu, click Options, click the Other tab, and then click Advanced Options.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;On the Advanced Options page, select Enable logging (troubleshooting), and then click OK.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Restart Outlook 2007, and then try to view free/busy information for another user.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;In Microsoft Windows, click Start, click Run, and then type %temp%.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;In Windows Explorer, open the olkdisc.log file and locate the files in the olkas directory.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;The information that is contained in this directory can frequently provide information about which service is not functioning correctly.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&lt;br /&gt;If you are using outlook 2010, then do the below:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Launch Outlook 2010, Click File, Options, then Click Advanced.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Scroll down to Other, and check the box to enable troubleshooting logging.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Restart Outlook.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;With logging enabled, a pop up will appear in the system tray reminding you that Outlook logging is enabled, and a header on the top of the outlook window&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/0131.10.JPG"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/0131.10.JPG" /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;When Outlook launches a log file is generated and updated as the launch occurs. This file is located in your user&amp;rsquo;s TEMP folder. By default that is in the following location:&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Windows XP: C:\Documents and Settings\&amp;lt;User Name&amp;gt;\Local Settings\Temp&lt;br /&gt;Windows Vista and Windows 7: C:\Users\&amp;lt;User Name&amp;gt;\AppData\Local\Temp&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&lt;span style="font-size: small;" size="3"&gt;You can also use Outlook 2007 to test the AutoConfiguration information that is provided by the Autodiscover service. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/7827.11.JPG"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/7827.11.JPG" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;On the &lt;b&gt;Test E-mail AutoConfiguration page&lt;/b&gt;, verify that the check box next to &lt;b&gt;Use AutoDiscover&lt;/b&gt; is selected, and then click the &lt;b&gt;Test&lt;/b&gt; button.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&lt;br /&gt;The following table provides a brief description of error codes that may occur when you test the AutoConfiguration for the Autodiscover service in Outlook 2007.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Exchange 2007 provides two ways for you to determine whether the Availability service is not functioning correctly:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;1- Using the Event Log to Troubleshoot the Availability Service &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;2- Using the Test-OutlookWebServices Cmdlet to Troubleshoot the Availability Service as below:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="font-family: Calibri; font-size: small;" face="Calibri" size="3"&gt;Test-OutlookWebServices -id:user1@contoso.com -TargetAddress: &lt;/span&gt;&lt;/b&gt;&lt;a href="mailto:user2@contoso.com"&gt;&lt;b&gt;&lt;span style="color: #0000ff; font-family: Calibri; font-size: small;" face="Calibri" size="3" color="#0000ff"&gt;user2@contoso.com&lt;/span&gt;&lt;/b&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Troubleshooting Autodiscover service&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;Troubleshooting Autodiscover requires you to understand which part of autodiscover is not working. But generally, It is good practice to find out whether autodiscover working for internal clients or not. Internal clients who are belong to the same network of domain. &lt;br /&gt;Following are some common procedures to check autodiscover configuration:&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size: small;" size="3"&gt;&lt;span style="font-family: Calibri;" face="Calibri"&gt;&amp;bull; Run Test-OutlookWebservices | fl&lt;br /&gt;&amp;bull; Run Test-EmailAutoConfiguration on client to find how autodiscover is connecting and where&amp;nbsp;&amp;nbsp;exactly it's failing.&lt;br /&gt;&amp;bull; Verify URL for autodiscover. Get-ClientAccessServer | fl &lt;br /&gt;Check for AutodiscoverInternalServerUri attribute.&lt;br /&gt;&amp;bull; You may also access the autodiscover url from IE and in response should get "600 invalid request".&lt;br /&gt;&amp;bull; If autodiscover not working for external client verify authentication on Autodiscover virtual directory and if required you may recreate the virtual directory by running command: &lt;br /&gt;&lt;b&gt;Remove-AutodiscoverVirtualDirectory&lt;/b&gt;&lt;br /&gt;&lt;b&gt;New-AutodiscoverVirtualDirectory &lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3497192" width="1" height="1"&gt;</content><author><name>Malik Shadid</name><uri>http://blogs.technet.com/m_5F00_shadid_4000_hotmail.co.uk/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>Collecting Performance logs on Exchange server</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/exchdxb/archive/2012/04/30/collecting-performance-logs-on-exchange-server.aspx" /><id>http://blogs.technet.com/b/exchdxb/archive/2012/04/30/collecting-performance-logs-on-exchange-server.aspx</id><published>2012-04-30T11:47:00Z</published><updated>2012-04-30T11:47:00Z</updated><content type="html">&lt;p&gt;&lt;b&gt;What is performance Monitor? &lt;br /&gt;&lt;br /&gt;&lt;/b&gt;Performance Monitoring is one of the dark arts which administrators are rarely given the time to master. Performance Monitor on a Windows Server, in particular once Exchange Server is installed,&lt;br /&gt;gives us the capability to collect enormous amounts of data; ensuring that any understanding of how our particular Exchange Server is performing is invariably lost beneath a sea of pretty but &lt;br /&gt;unintelligible peaks and troughs. However it isn&amp;rsquo;t actually very difficult at all to configure Performance Monitor on your Exchange Server, collect some useful data and then interpret the results. It is&lt;br /&gt;often then very easy to make changes to your servers which can have quite a dramatic effect on the performance of the server and the experience of Outlook clients alike.&lt;br /&gt;There is now an enormous amount of information which can assist you in understanding what information to collect and how to interpret the results.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;When to collect performance logs? &lt;br /&gt;&lt;br /&gt;&lt;/b&gt;Performance monitor is one of the key tool you can use in many exchange issues such as,&lt;br /&gt;Emails in the queue are moving slowly or Delay in receiving emails, specific process utilize a lot from&amp;nbsp; memory, get a warning on Outlook &amp;ldquo;Outlook is retrieving data&amp;rdquo;, Backpressure issues, etc..&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;br /&gt;How to collect performance logs? And what tools you can use?&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;There are many tools that can help you to collect performance monitor data such as Experfwiz, Logman and Exchange Performance troubleshooter which is a build in tool under exchange management&lt;br /&gt; console toolbox.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;What is Experfwiz:&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;ExPerfWiz is a powershell based script to help automate the collection of performance data on Exchange 2007 and Exchange 2010 servers. It is no longer necessary to pick the correct counters&lt;br /&gt;for the Exchange Server Roles that are installed as this script will automatically detect the roles installed and will add the appropriate counters for each role detected.&lt;br /&gt;&lt;br /&gt;The default behavior of the script is to create a rolling blg file that will roll to a new log when the maximum size of the log has been reached up to a maximum of 8 hours. For Windows 2008 servers, &lt;br /&gt;this is based on time as the -max parameter for logman.exe stops the data collection when the maximum log file size has been reached. There is logic in the script to prevent you from changing the &lt;br /&gt;maximum size of the blg files on Windows 2008 servers.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;How to use Experfwiz?&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;Download experfwiz from the link below (download tab)&lt;br /&gt;&lt;a href="http://archive.msdn.microsoft.com/ExPerfwiz"&gt;http://archive.msdn.microsoft.com/ExPerfwiz&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;And then extract the file, and copy the extracted file and put it under scripts folder under c:\program files\Microsoft\exchange server\Scripts..&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Note&lt;/strong&gt;: I consider the binary files for exchange is installed on default location, which is under C as per Path above, so if it installed in different location, just past the file where the scripts folder locate.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Example:&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Open the Exchange Management Shell&lt;br /&gt;&lt;br /&gt;Type cd $exscripts&lt;/p&gt;
&lt;p&gt;&lt;b&gt;.\experfwiz.ps1 -duration 04:00:00 -interval 5 -filepath D:\Logs -full&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;NOTE 1: The example above will collect all counters on this server for four hours with interval of 5 seconds and save it under d:\logs.&lt;br /&gt;NOTE 2: You can change the path where you have space instead of D:\.&lt;br /&gt;NOTE 3: 04:00:00 means it will run for 4 hours and will stop automatically.&lt;br /&gt;NOTE 4: Important, before running this script, you may do one or both of the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Set powershell's execution policy to RemoteSigned using (Set-ExecutionPolicy RemoteSigned)&lt;/li&gt;
&lt;li&gt;Files downloaded from the internet using Internet Explorer are automatically blocked from running. Follow the below steps to Unblock this script from running:&lt;br /&gt;&amp;nbsp; Save the script file on your computer.&lt;br /&gt;&amp;nbsp; Click Start, click My Computer, and navigate to the saved script file.&lt;br /&gt;&amp;nbsp; Right-click the script file, and then click "Properties." Click "Unblock."&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can stop the tool anytime, by run &lt;b&gt;&lt;i&gt;.\experfwiz.ps1 &amp;ndash;stop&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;br /&gt;What is Logman:&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;The LOGMAN.EXE utility can be used to create and manage Event Trace Session and Performance logs. Many functions of Performance Monitor are supported and &lt;br /&gt;can be invoked using this command line utility. You can run it, if you want to run it against few specific counters.&lt;br /&gt;&lt;br /&gt;Example: From a command prompt:&lt;/p&gt;
&lt;p&gt;Logman.exe create counter PerfLog-Long -o "c:\perflogs\DCNAME.blg" -f bincirc -v mmddhhmm -max 250 -c "\LogicalDisk(*)\*" "\Memory\*" "\NTDS\*" "\Network Interface(*)\*" "\Paging File(*)\*" "\PhysicalDisk(*)\*"&lt;br /&gt;"\Processor(*)\*" "\Process(*)\*" "\Redirector\*" "\Server\*" "\System\*" -si 00:00:30&lt;/p&gt;
&lt;p&gt;You can change the highlighted path and intervals as required, add or remove any counters.&lt;/p&gt;
&lt;p&gt;To start the log&lt;br /&gt;&lt;span style="color: #1f497d; font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;span style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;Logman.exe start PerfLog-Long&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;To stop it after running for the amount of time needed:&lt;br /&gt;&lt;span style="color: #1f497d; font-family: 'Times New Roman','serif'; font-size: 12pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;&lt;span style="color: black; line-height: 115%; font-family: 'Arial','sans-serif'; font-size: 9pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;"&gt;Logman.exe stop PerfLog-Long&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;How to analyze the data and where to look?&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;b&gt;1&lt;/b&gt;. &lt;b&gt;You can use a built in Performance Monitor &lt;/b&gt;to open any .blg file by just double click on the file. Or from run, type Perfmon, And then check the threshold for counters based on predefined value as per&lt;br /&gt;&lt;br /&gt;&lt;a href="http://technet.microsoft.com/en-us/library/dd335215.aspx"&gt;&lt;b&gt;http://technet.microsoft.com/en-us/library/dd335215.aspx&lt;/b&gt;&lt;/a&gt;&lt;b&gt; Exchange 2010&lt;br /&gt;&lt;/b&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc671175(v=exchg.80).aspx"&gt;&lt;b&gt;http://technet.microsoft.com/en-us/library/cc671175(v=exchg.80).aspx&lt;/b&gt;&lt;/a&gt;&lt;b&gt; Exchange 2007&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;For example, if you think there is a disk issue, you can start to take a look into Avg. Disk sec/Read and write values.&lt;br /&gt;The Default value for Avg. Disk sec/Read and write for &amp;ldquo;transaction logs and database files&amp;rdquo; drives is 20 MS and the maximum value should not be more than 50 MS.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;b&gt;2. Use PAL tool&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;The PAL (Performance Analysis of Logs) tool is a powerful tool that reads in a performance monitor counter log and analyzes it using known thresholds for most of the major Microsoft products&lt;br /&gt;such as IIS, MOSS, SQL Server, BizTalk, Exchange, and Active Directory. &lt;br /&gt;&lt;br /&gt;Steps on where to download and how to use it under: &lt;br /&gt;&lt;a href="http://pal.codeplex.com/"&gt;http://pal.codeplex.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;References: &lt;/span&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/cc722414.aspx"&gt;http://technet.microsoft.com/en-us/library/cc722414.aspx&lt;/a&gt;&lt;br /&gt;&lt;a href="http://blogs.msdn.com/b/douggowans/archive/2007/01/02/a-very-quick-guide-to-monitoring-the-performance-of-your-exchange-server.aspx"&gt;http://blogs.msdn.com/b/douggowans/archive/2007/01/02/a-very-quick-guide-to-monitoring-the-performance-of-your-exchange-server.aspx&lt;/a&gt;&lt;br /&gt;&lt;a href="http://503sayhelo.wordpress.com/2011/10/26/automating-collection-of-performance-monitor-counters-for-exchange-on-windows-2008/"&gt;http://503sayhelo.wordpress.com/2011/10/26/automating-collection-of-performance-monitor-counters-for-exchange-on-windows-2008/&lt;/a&gt;&lt;br /&gt;&lt;a href="http://blogs.technet.com/b/mikelag/archive/2009/01/23/getting-started-with-exchange-2007-performance-monitoring-and-windows-2008.aspx"&gt;http://blogs.technet.com/b/mikelag/archive/2009/01/23/getting-started-with-exchange-2007-performance-monitoring-and-windows-2008.aspx&lt;/a&gt; &lt;br /&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb201689(EXCHG.80).aspx"&gt;http://technet.microsoft.com/en-us/library/bb201689(EXCHG.80).aspx&lt;/a&gt;&lt;br /&gt;&lt;a href="http://blogs.technet.com/b/askperf/archive/2008/05/13/two-minute-drill-logman-exe.aspx"&gt;http://blogs.technet.com/b/askperf/archive/2008/05/13/two-minute-drill-logman-exe.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3495266" width="1" height="1"&gt;</content><author><name>Malik Shadid</name><uri>http://blogs.technet.com/m_5F00_shadid_4000_hotmail.co.uk/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>Begin with Offline Address Book</title><link rel="alternate" type="text/html" href="http://blogs.technet.com/b/exchdxb/archive/2011/12/12/troubleshoot-offline-address-book.aspx" /><id>http://blogs.technet.com/b/exchdxb/archive/2011/12/12/troubleshoot-offline-address-book.aspx</id><published>2011-12-11T20:20:00Z</published><updated>2011-12-11T20:20:00Z</updated><content type="html">&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Brief Introduction &amp;ndash;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;An offline address book (OAB) is a copy of a collection of &lt;b&gt;address lists&lt;/b&gt; that has been downloaded so that a Microsoft Outlook user can access&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;the information it contains while disconnected from the server. Microsoft &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Exchange generates the new OAB files, compresses the files, and then places the &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;files on a local share.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;An &lt;b&gt;address list&lt;/b&gt; is a collection of recipient and &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;other Active Directory objects. Each address list can contain one or more types&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;of objects (for example, users, contacts, groups, public folders, conferencing,&lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;and other resources). You can use address lists to organize recipients and &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;resources, making it easier to find the recipients and resources you want.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Address lists are updated dynamically. Therefore, when new recipients are added &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;to your organization, they're automatically added to the appropriate address lists.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;As shown in the following figure, client applications, such&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;as Microsoft Outlook, display the available address lists that Exchange&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;provides.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&amp;nbsp;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/8322.SampleOAB.PNG"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/8322.SampleOAB.PNG" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: medium;"&gt;Global address list as displayed in Microsoft Office Outlook 2007&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;So The offline address book is a snapshot of the Active Directory &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;service information that is available in the global address list. Therefore,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;some information is available in the global address list that is not available &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;in the offline address book. The offline address book does not contain the &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;following items that are available in the global address list:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Custom properties in Active Directory that an administrator has &lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino;"&gt;&lt;span style="font-size: large;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style="font-size: large;"&gt;added (for example, the Employee ID of each employee)&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Organization hierarchy information&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Group membership information&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Outlook must be able to access the server to obtain this&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;information. Therefore, if you are in cached mode and if you a&lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;re working online &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;(that is, your connection status indicates&amp;ldquo;Connected&amp;rdquo;), Outlook uses both the &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;offline address book and the global address list&amp;nbsp;to&amp;nbsp;provide a complete listing &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;of user information.&amp;nbsp;&amp;nbsp;If you are in cached mode and if your connection status&amp;nbsp; &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;shows either &amp;ldquo;Disconnected&amp;rdquo; or &amp;ldquo;Offline,&amp;rdquo;you can see only the information that &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;is available in the offline address book.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;KB Articles&amp;nbsp; &lt;b&gt;Understanding Offline Address Books&lt;/b&gt;&lt;b&gt; &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb232155.aspx"&gt;http://technet.microsoft.com/en-us/library/bb232155.aspx&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;b&gt;Administering the offline address book in Outlook 2003 and Outlook 2007&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;a href="http://support.microsoft.com/kb/841273"&gt;http://support.microsoft.com/kb/841273&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;Offline Address Book Generation:&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;b&gt;Components Involved in Offline Address book Generation :&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Each of the Exchange Server and Active Directory components &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;involved in generating and maintaining offline address books is described as&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;follows:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;b&gt;&lt;/b&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;b&gt;Microsoft Exchange System Attendant&lt;/b&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Responsible for generating the offline address book. The &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;System Attendant calls Oabgen.dll. This is a MAPI application (referred to as&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;OABGen) that reads from Active Directory. On a server running Exchange Server &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;2003 SP2 or Later, the first time an offline address book is created, OABGen &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;creates the OAB Version 2, OAB Version 3a, and OAB Version 4 folders.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&amp;nbsp;Every time OABGen runs, it performs several tasks:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: book antiqua,palatino;"&gt;&lt;span style="font-size: large;"&gt;&amp;nbsp;It creates the files &lt;/span&gt;&lt;span style="font-size: large;"&gt;for all offline address book versions.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: book antiqua,palatino;"&gt;&lt;span style="font-size: large;"&gt;&amp;nbsp;It compresses the &lt;/span&gt;&lt;span style="font-size: large;"&gt;files.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: book antiqua,palatino;"&gt;&lt;span style="font-size: large;"&gt;&amp;nbsp;It creates posts in &lt;/span&gt;&lt;span style="font-size: large;"&gt;the system folders for each version of the offline address &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: book antiqua,palatino;"&gt;&lt;span style="font-size: large;"&gt;that it is&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&amp;nbsp;configured to generate.&lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;The offline address book files will be saved as &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino;"&gt;&lt;span style="font-size: large;"&gt;attachments on the posts in the folders.&lt;/span&gt;&lt;span style="font-size: large;"&gt;It creates &lt;/span&gt;&lt;span style="font-size: large;"&gt;incremental offline address book files containing daily changes. The default &lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;setting is to generate an offline address book incremental file every morning &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;at 05:00.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;b&gt;Microsoft Exchange Information Store&lt;/b&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Responsible for storing the offline address &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;book system folders listed directly under the OFFLINE ADDRESS BOOK. Each time a&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;new offline address book is created, the corresponding offline address book &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;system folders are created, including the containers, such as&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;EX:/o=&amp;lt;Organization Name&amp;gt;/ou=&amp;lt;Administrative Group&amp;gt;, and &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;/o=&amp;lt;OrganizationName&amp;gt;/cn=addrlists/cn=oabs/cn=&amp;lt;name of Offline Address &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;List&amp;gt; during nightly online maintenance.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/0508.IS.PNG"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/0508.IS.PNG" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;b&gt;Directory servers&lt;/b&gt;&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Active Directory servers are utilized in the offline address book &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;generation. Offline address book configuration data is stored in the Configuration &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Naming Context partition in Active Directory, making it available to all domain &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;controllers. In addition, global address list information is stored in global &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;catalog servers.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;b&gt;Recipient Update Service&lt;/b&gt; (Exchange 2003 only)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;although offline address book generation does not require&amp;nbsp;the Recipient Update Service; &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;address lists do require this component. The System Attendant calls the &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Rec4ipient Update Service,&amp;nbsp;which in turn maintains the address list membership &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;on recipients. If the address list is blank, the offline address book &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;generation will fail.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;KB Article Offline&lt;b&gt; Address Book Technical Overview&lt;/b&gt;&lt;b&gt; &lt;/b&gt;&lt;a href="http://technet.microsoft.com/en/us/library/bb124614(EXCHG.65).aspx"&gt;&lt;b&gt;http://technet.microsoft.com/en/us/library/bb124614(EXCHG.65).aspx&lt;/b&gt;&lt;/a&gt;&lt;b&gt; &lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;b&gt;&lt;span style="text-decoration: underline;"&gt;OAB Generation process:&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;The Offline Address Book Generation (OABGEN.DLL) is a &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;MAPI application that reads from the Active Directory and creates Offline&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Address Lists. OABGen.dll is invoked by the Microsoft Exchange System Attendant &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;service (MAD.exe).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;When the OAB Generation process is invoked by the &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Microsoft Exchange System Attendant, it is responsible for connecting to the&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;active directory, read data from the active directory, compiling, sorting, &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;creating and publishing the OAB files to the public folder information store.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;These files contain a representation of mail enabled &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;objects that are in the Active Directory. These files are downloaded by&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Microsoft Outlook clients, and uncompressed into individual oab files.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Once these oab files have been uncompressed the &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Microsoft Outlook clients will have a representation of Active Directory&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;objects when they are not able to communicate with the Active Directory.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;For E2k3 Offline address lists are stored in two&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;locations&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;1. The Active Directory &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;2. The Microsoft Exchange Public Folder Information Store.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;For E2k7/E2k10 Offline address lists can be stored in three&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;locations&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;1. The Active Directory&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;2. The Microsoft Exchange Public Folder Information&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Store.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;3. File Structure \\MBX &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Server \ExchangeOAB\GUID&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;When an administrator creates an offline address list &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;in the Active Directory via the ESM or EMC &amp;nbsp;they are creating the placeholders objects in&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;the Active Directory. Once information store maintenance tasks run, the &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;information store will create the respective folders&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;When an offline address list is generated the OAB &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Generation process, OABGen.dll will take that data and post it in to the OAB&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;system folders in the form of a message and attachments.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;The versions of OAB that can be created by OABGen.dll&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;are as follows:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;1.&lt;b&gt; (OAB Version 2) ANSI Offline Address Book &lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;This address book format that is used with both Microsoft Exchange 5.5 and&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Microsoft Exchange 2000. Exchange 2003 also supports the ANSI Offline Address&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Book. There are some known issues with the ANSI Offline Address Book,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;especially with those Offline Address Books that have multiple sort locales.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;2. &lt;b&gt;(OAB Version 3a) Unicode Offline Address Book&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;This offline address book is new for Exchange 2003. This Offline Address Book&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;has additional information that helps Microsoft Outlook to reduce server Remote&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Procedure Calls (RPC). Additionally, the Unicode Offline Address Book has new&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;features that are related to sorting rules for different language locales.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;These features permit Outlook to use the correct sorting rule for the language&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;locale with the Offline Address Book.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;3. &lt;b&gt;(OAB Version 4) Unicode Offline Address&lt;/b&gt; &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;This offline address book started with Exchange 2003 with SP2 and later&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;versions . This Offline Address Book has additional functionality to help&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;reduce full OAB downloads.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Blog post : Overview of&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;the OABgen process&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;a href="http://blogs.msdn.com/b/dgoldman/archive/2005/03/31/overview-of-the-oabgen-process.aspx"&gt;http://blogs.msdn.com/b/dgoldman/archive/2005/03/31/overview-of-the-oabgen-process.aspx&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large; text-decoration: underline;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;b&gt;Offline Address Book Distribution Points&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;In previous versions of Microsoft Exchange the offline address &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;books (OABs) were distributed by through the use public folders. Microsoft&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Outlook clients can download the OAB from a system public folder by downloading &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;the OAB message attachments. Because public folder servers will be optional &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;component in Exchange 2007/2010 , a new distribution model has been introduced.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Below is a diagram that shows the interaction between the Active Directory, a &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Client Access Server, a Mailbox Server and the File Distribution Service.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;b&gt;&amp;nbsp;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/2620.NewModel.PNG"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/2620.NewModel.PNG" /&gt;&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;As a replacement of using MAPI to download the &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;offline address book files &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;from a public folder information store, Outlook&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;clients will rely on Internet Information Services (IIS) and the BITS&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;(Background Intelligent Transfer Service) service for downloading the OAB&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;files.&lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;b&gt;Troubleshooting Offline Address Book:&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;When troubleshooting offline Address Book issues we should&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;isolate two things that are usually confused.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;1. Offline Address Book&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Distribution problems&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;2. Offline Address Book&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Generation problems&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;b&gt;First:&lt;/b&gt;&amp;nbsp; &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;So let&amp;rsquo;s start with common issues that cause offline address book not to download&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;properly&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;1)&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;if the distribution is &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;through Public folders as in Exchange 2003 or if it is enabled in &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Exchange &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;2007/Exchange 2010.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;a. Verify that OAB Container &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;and files already exists on the Public folder database&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/5658.IS.PNG"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/5658.IS.PNG" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;b.&amp;nbsp;Verify that the Public &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;folder Database and offline address list properly assigned on the Mailbox store&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/6012.properties.PNG"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/6012.properties.PNG" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;2)&amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;if the distribution is Web Based as in&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Exchange 2007/Exchange 2010&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;a. Verify that the Outlook &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Client is Able to retrieve OAB Url Properly through Autodiscover service .&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;This can easily be tested through&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;(Test-EmailAutoConfiguration) from Outlook Client .&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/6735.Autoconfigure.png"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/6735.Autoconfigure.png" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;b. Verify that you have the &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;file structure and OAB files on the distribution point ( CAS Server )&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/5305.path.png"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/5305.path.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;c. Verify the Authentication &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;methods on the OAB virtual directory&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/5102.powershell.png"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/5102.powershell.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;b&gt;Second&lt;/b&gt;: &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Now let&amp;rsquo;s focus now on how to troubleshoot&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Offline Address Book Generation problems&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Please review these two posts on troubleshooting OAB&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Generation problems.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;How &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;to troubleshoot the OAB Generation process&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;a href="http://blogs.msdn.com/b/dgoldman/archive/2005/07/16/how-to-troubleshoot-the-oab-generation-process.aspx"&gt;http://blogs.msdn.com/b/dgoldman/archive/2005/07/16/how-to-troubleshoot-the-oab-generation-process.aspx&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;How to work with Exchange 2007 / Exchange 2010 OAB Event &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Logging&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;a href="http://blogs.msdn.com/b/dgoldman/archive/2006/08/26/725860.aspx"&gt;http://blogs.msdn.com/b/dgoldman/archive/2006/08/26/725860.aspx&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large; text-decoration: underline;"&gt;Now let&amp;rsquo;s put all this together in one big scenario &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/4073.servers.png"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/4073.servers.png" /&gt;&lt;/a&gt;&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large; text-decoration: underline;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Let&amp;rsquo;s assume that we have two sites London and Sao Paulo,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;now how the OAB is generated and retrieved by users in each site.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;For this scenario the OAB Generation server is one of the&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;E2k7/E2k10 MBX servers in London site.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;For London site:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;1)&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;The OAB update process runs &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;every day at 5:00 AM by default &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/2541.schedule.png"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/2541.schedule.png" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;OAB can be also be invoked by the Admin through the EMC or EMS through&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;the cmdlet &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Update-OfflineAddressList&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/8765.update.png"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/8765.update.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/8182.update2.png"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/8182.update2.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;2) &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;The Generated OAB files &amp;lsquo;ll &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;be placed in two locations&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; on the MBX server since we have enabled the option&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;to distribute to both Public folders and Web-based&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;File System&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/7457.filesystem.png"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/7457.filesystem.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;span style="font-family: Arial;" face="Arial"&gt;&amp;nbsp;&lt;/span&gt;Public folders&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/8484.pf.png"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/8484.pf.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;3)&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;By Default MsExchange File &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Distribution service on CAS keeps polling every 480 minutes, once it finds a&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;new version of OAB files on the MBX it &amp;lsquo;ll copy it from MBX to CAS and keeps it &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;ready for Outlook users to retrieve .&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/2476.properties2.png"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/2476.properties2.png" /&gt;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;4)&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Now When an Outlook Client &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;in London site start it&amp;lsquo;ll issue a request to retrieve the OAB Url using &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Autodiscover .&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;5)&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Once the Url is retrieved,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;the outlook&amp;lsquo;ll connect to that Url and retrieve the OAB files using BITS .&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;For Sao Paulo Site :&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;1)&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Since the OAB Generation server is E2k7/E2k10,&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Distribution mechanism selected should have&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Public folders distribution in Addition to Web-Based to support Legacy&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Exchange servers in the Environment .&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/2133.1_2D00_2.png"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/2133.1_2D00_2.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;2)&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;After the OAB files are &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;generated on the MBX server it is placed on the public folder database on that&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;server.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;3)&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Public folder replication &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;should be allowed between &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;the servers to have the OAB files transferred to the&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Legacy Exchange Public folder DB .&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;a href="http://blogs.technet.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/8863.3_2D00_4.png"&gt;&lt;img border="0" alt="" src="http://blogs.technet.com/resized-image.ashx/__size/550x0/__key/communityserver-blogs-components-weblogfiles/00-00-00-89-73/8863.3_2D00_4.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;4)&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Now the Outlook Users in &lt;/span&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;Sao Paulo site who have their Mailbox on Legacy Exchange server , should be&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;able to connect and retrieve the OAB files by connecting to their own PF stores&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family: book antiqua,palatino; font-size: large;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3470218" width="1" height="1"&gt;</content><author><name>Awathek</name><uri>http://blogs.technet.com/awathek_4000_live.com/ProfileUrlRedirect.ashx</uri></author><category term="troubleshoot OAB" scheme="http://blogs.technet.com/b/exchdxb/archive/tags/troubleshoot+OAB/" /><category term="offline address book" scheme="http://blogs.technet.com/b/exchdxb/archive/tags/offline+address+book/" /><category term="OAB" scheme="http://blogs.technet.com/b/exchdxb/archive/tags/OAB/" /><category term="OABGen.dll" scheme="http://blogs.technet.com/b/exchdxb/archive/tags/OABGen-dll/" /><category term="0x8004010f" scheme="http://blogs.technet.com/b/exchdxb/archive/tags/0x8004010f/" /></entry></feed>