How to Plan and Deploy Offline Address Book(OAB)

Offline Address Book plays important role in Exchange Services Offline address book(OAB) is the Local Copy downloaded to the Outlook Client Machine from the Exchange Servers for the Local Queries of address resolutions when disconnected from Exchange Servers. Consider the following areas when you planning and implementing the Offline Address Book (OAB) in better way. […]

Unable to enable GlobalWebDistributionEnabled for Offline Address Book (OAB)

When try to enable the GlobalWebDistributionEnabled for the Shadow Copy using the below Command, Get-OfflineAddressBook |Set-OfflineAddressBook -ShadowMailboxDistributionEnabled $true -GlobalWebDistributionEnabled $true PS] C:\Windows\system32>Get-OfflineAddressBook |Set-OfflineAddressBook -ShadowMailboxDistributionEnabled $true -GlobalWebDistributionEnabled $true The offline address book “\Default Offline Address Book” has virtual directories specified. Run the following command to remove those virtual directories before attempting to set the GlobalWebDistributionEnabled parameter […]