I had an interesting case about 3 weeks ago where a customer called in and they stated that they could see the data in the Active Directory while their Outlook client was in Online mode, however when they downloaded the OAB they could not.
What is so interesting about this particular case is that the customer created a new Outlook cached mode profile and connected to the Exchange server for the first time. When they did this they could see the data in the Assistant field on the General tab of the Address Book properties of a user, however when they logged off and downloaded the Offline Address Book this field was blank. We all know that Active Directory replication can sometimes get a bit complicated, so I want to elaborate a small bit on how Global Catalog servers handle attribute replication.
Each Global Catalog server contains commonly-searched attributes from all Naming Contexts of a forest. Every server has a full and write-able copy of its own domain. If that server is also a Global Catalog server, the remaining domains in the forest are held as read-only, partial copies. "Partial" means that only a subset of the attributes is kept. When a new attribute is added to the Global Catalog, it is added to the partial copy subset (partial attribute set). This causes the Global Catalog to perform a "full sync" of all the read-only copies again to repopulate itself with only the partial attributes that it needs to hold. This full sync occurs even if the attribute property isMemberOfPartialAttributeSet is set to "True." Thus, it only does a full sync on the read-only partial copy domains and not its own write-able domain, the configuration directory partition or schema directory partition. Removals from the Global Catalog are handled locally without replication.
Below is the break down on how attributes are included in the Global Catalog partition:
In the schema the attribute that populates the Assistant field is the msExchAssistantName attribute. NOTE: By default this attribute is not configured to replicate to the Global Catalog servers in the organization, therefore it will never end up in the Schema settings. As a result of this if the server that builds the Offline Address Book connects to DC/GC other than the one where the msExchAssistantName attribute was populated, the information will not be included in the Offline Address Book files.
In order to make sure that the Assistant field can be replicated to the other Global Catalogs, you must modify the schema. To modify the schema, an administrator must be made a member of the "Schema Admins" group. In addition to being a member of this group, a registry key must be set on the Schema master.
Pretty nasty huh?? So to correct this problem, you will need to configure the msExchAssistantName attribute to replicate in Active Directory Schema. Here is how you do it :)
Warning - Incorrectly editing the schema can cause serious problems that may require you to reinstall Exchange. Problems resulting from editing the schema incorrectly may not be able to be resolved, so before editing the schema, back up any valuable data.
Rebuild your Offline Address Book:
After the Offline Address Book has been rebuilt have the Outlook client force another download of the OAB:
I want to thank Mark Swain for implementing the action plan when I was swamped :)
Enjoy!!
Dave