top of page

Exchange Server 2010 Offline Address Book

  • Yazarın fotoğrafı: Enis GOKTAY
    Enis GOKTAY
  • 26 May 2014
  • 1 dakikada okunur

Exchange Server 2010 Offline Address Book

Offline Address book kontrolü aşağıdaki gibi yapılabilir.

  1. Her DB’nin mutlaka bir OAB set edilmiş olmalı


ECP’den \Org\Mailbox’tan OAB dağıtımı kontrol edilebilir.

  1. WEB – Outlook 2007, 2010 ve 2013

  2. Public Folders – Outlook 2013 ve öncesi için

  3. Server\Client\OAB altında URL’ler kontrol edilebilir.

  4. Outloklarda, “Test Email AutoConfiguration” kullanılarak URL kontrolü sağlanır.

  5. OAB update edilerek errorlar kontrol edilir.

  6. “Microsoft Exchange File Distribution” service restart edilebilir.

  7. OAB Virtual Directory tekrar create etmek için;


Ayarlar export edilir.

  1. Get-OABVirtualDirectory -Identity “OAB (Default Web Site)” | fl | Out-File -filePath “C:\OAB_DefWS_Settings.txt”


Remove OAB VD

  1. Remove-OABVirtualDirectory -Identity “OAB (Default Web Site)”


YeniOAB VD create edilir

  1. New-OABVirtualDirectory -RequireSSL $true -ExternalURL “https://mail.company.com/OAB”


Yeni OAB VD ayarları konfig edilir.


Set-MailboxServer -Identity MBXServer01 -OABGeneratorWorkCycle 01.00:00:00 –OABGeneratorWorkCycleCheckpoint 06:00:00


\Server\Client Access pathinde bulunan logging aaşğıdaki komutar yardımıyla arttırılabilir.


Set “MSExchangeSA\OAL Generator” to Medium

  1. Set-EventLogLevel –Identity “<SERVER>\MSExchangeSA\OAL Generator” –Level Medium


Set MSExchangeFDS\FileReplication and General to High

  1. Set-EventLogLevel –Identity <SERVER>\MSExchangeFDS\FileReplication –Level High

  2. Set-EventLogLevel –Identity <SERVER>\MSExchangeFDS\General –Level High

Son Yazılar

Hepsini Gör

Comentarios


Abonelik Formu

Gönderdiğiniz için teşekkür ederiz!

bottom of page