Posts

Showing posts with the label OAB

E14: Update OAB from CAS

  Update-FileDistributionService –Identity CAS_server –Type OAB

E14 Ticket: Unable to Download OAB after Exchange 2010 SP2–Part2

Image
  (*Final Answer*) OAB issues after simplifying the OWA 2010 URL? http://blogs.msexchange.org/walther/2010/03/22/oab-issues-after-simplifying-the-owa-2010-url/ http://social.technet.microsoft.com/wiki/contents/articles/simplify-the-outlook-web-app-url-in-exchange-server-2010.aspx     http://social.technet.microsoft.com/Forums/sk/exchange2010/thread/0e2e73a1-73ca-4d0c-a5a3-3434be8ebd73 Perhaps you are seeing the same thing.  Check the OAB directory (%ExchangeInstallPath%\ClientAccess\OAB) for a web.config file.  If it exists you can do one of two things.  Delete it (I usually rename it) or grant NT Authority\Authenticated Users READ access to the web.config file. You may have to reset IIS after making the change; not 100% on that.

E14 Ticket: Unable to Download OAB after Exchange 2010 SP2

Image
    ======================================================================= Part 3 ======================================================================= 1. 2. 3. Get the value of OAB Container OAB Server: BQT-MBX01 [PS] Get-OfflineAddressBook –Server BQT-MBX01 | fl DistinguishedName : CN=BQT-MBX01 OAB,CN=Offline Address Lists,CN=Address Lists Container,CN=MSFT,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=corp,DC=com 4. Set $TenantOAB [PS] C:\>$TenantOAB="CN=BQT-MBX01 OAB,CN=Offline Address Lists,CN=Address Lists Container,CN=MSFT,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=corp,DC=com" 5. Add-ADPermission -User “Domain Users” (Security Group) [PS] C:\>Add-ADPermission $TenantOAB -User "MSFT\Domain Users" -ExtendedRights "MS-EXCH-DOWNLOAD-OAB"| Identity User Deny Inherited -------- ---- ---- --------- \BQT-MBX01 OAB MSFT\Domain Users False False ...