Exchange Server 2010 Offline Address Book
- Enis GOKTAY
- 26 May 2014
- 1 dakikada okunur
Exchange Server 2010 Offline Address Book
Offline Address book kontrolü aşağıdaki gibi yapılabilir.
Her DB’nin mutlaka bir OAB set edilmiş olmalı
ECP’den \Org\Mailbox’tan OAB dağıtımı kontrol edilebilir.
WEB – Outlook 2007, 2010 ve 2013
Public Folders – Outlook 2013 ve öncesi için
Server\Client\OAB altında URL’ler kontrol edilebilir.
Outloklarda, “Test Email AutoConfiguration” kullanılarak URL kontrolü sağlanır.
OAB update edilerek errorlar kontrol edilir.
“Microsoft Exchange File Distribution” service restart edilebilir.
OAB Virtual Directory tekrar create etmek için;
Ayarlar export edilir.
Get-OABVirtualDirectory -Identity “OAB (Default Web Site)” | fl | Out-File -filePath “C:\OAB_DefWS_Settings.txt”
Remove OAB VD
Remove-OABVirtualDirectory -Identity “OAB (Default Web Site)”
YeniOAB VD create edilir
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
Set-EventLogLevel –Identity “<SERVER>\MSExchangeSA\OAL Generator” –Level Medium
Set MSExchangeFDS\FileReplication and General to High
Set-EventLogLevel –Identity <SERVER>\MSExchangeFDS\FileReplication –Level High
Set-EventLogLevel –Identity <SERVER>\MSExchangeFDS\General –Level High
Comentarios