Exchange OAB(Offline Address Book)
If Outlook is left running constantly in Cached Exchange Mode, it updates the Offline Address Book automatically about once a day
Outlook clients update the OAB file every 24 hours (it is the running time after last OAB downloading).
So, if you want to see the AD attribute change immediately in Outlook client, you may consider the followoing methods:
Method1. Run Outlook in Online mode;
Method2. Force the OAB update
Q5: How frequently is the offline address book updated on the Outlook client?
A5: If left constantly running, Outlook in cached mode automatically updates the offline address book on the client every 24 hours.
The 24-hour time period is measured from the time that the offline address book was last downloaded successfully.
For example, if you complete an offline address book download at 09:00 today, Outlook will start the offline address book download the next day at approximately 09:00.
Therefore, different people will receive updates at different, random times.
1、Exchange Offline Address Book離線通訊錄
2、OAB設置:每天4:00、7:00、8:00、13:00、16:00、19:00 OAB 更新數據
3、CAS設置:每60min,CAS同步OAB
4、OUTLOOK設置:個人可以設定
脱机通讯录OAB
是Exchange基础架构中的关键组件,OAB由Microsoft outlook客户端在脱机时在缓存Exchange模式下用于通讯薄查找。OAB还减轻Exchange服务器上的工作负载起着重要作用。因为缓存模式Outlook客户端将始终先查询本地OAB。
Exchange2007中的OAB:
引入的OAB的web分发,以及cas服务器角色(主要负责分发OAB)。但OAB生成过程本身并未发生太大变化。
Exchange 2013中OAB的修改
那个服务器生成OAB?
以前版本的Exchange中,OAB生成由Server属性绑定到特定的Exchange服务器,安装第一台Exchange邮箱服务器时,安装程序会将其执行为OAB生成服务器。
在Exchange2013中,OAB由托管特殊类型的仲裁邮箱的每个Exchange2013邮箱服务器生成。OAB生成,不再由server参数绑定。
Get-offlineaddressbook "default offline address book' | fl name,server
Exchange 2010中的OAB:
get-offlineaddressbook "default offline address book" | fl name,server
此方法的缺点在于只为OAB生成配置了一台服务器,它是单点故障,如果服务器长期不可用,则会影响OAB生成。
那个组件将生成OAB?
Exchange系统助理服务是负责以前Exchange版本中的OAB生成的骨干。OAB生成是计划的过程,OAB生成将于在OAB属性上配置的计划时间启动,无论服务器上工作负载如何。
OAB文件存储位置
%ExchangeInstallPath%\ExchangeOAB文件夹中
Exchange2013中,生成的OAB文件先存储在组织邮箱中,稍后会复制到%ExchangeInstallPath%\ClientAccess\OAB文件夹
Exchange OAB(Offline Address Book)的更多相关文章
- 聊聊LAA(LARGE ADDRESS AWARE)
博客搬到了fresky.github.io - Dawei XU,请各位看官挪步.最新的一篇是:聊聊LAA(LARGE ADDRESS AWARE).
- 8、RabbitMQ三种Exchange模式(fanout,direct,topic)的性能比较
RabbitMQ三种Exchange模式(fanout,direct,topic)的性能比较 RabbitMQ中,除了Simple Queue和Work Queue之外的所有生产者提交的消息都由Exc ...
- VirtualBox虚拟机网络设置(四种方式)
原文地址: https://www.douban.com/group/topic/15558388/ VirtualBox的提供了四种网络接入模式,它们分别是: 1.NAT 网络地址转换模式(NAT, ...
- NAT穿透(UDP打洞)
1.NAT(Network Address Translator)介绍 NAT有两大类,基本NAT和NAPT. 1.1.基本NAT 静态NAT:一个公网IP对应一个内部IP,一对一转换 动态NAT:N ...
- Delphi中SendMessage使用说明(所有消息说明) good
Delphi中SendMessage使用说明 SendMessage基础知识 函数功能:该函数将指定的消息发送到一个或多个窗口.此函数为指定的窗口调用窗口程序,直到窗口程序处理完消息再返回.而函数Po ...
- 服务器负载均衡lvs(Linux Virtual Server)
服务器负载均衡lvs(Linux Virtual Server) 一.总结 LVS是Linux Virtual Server的简写,意即Linux虚拟服务器,是一个虚拟的服务器集群系统. 三.Linu ...
- Oracle 表空间联机(online)与脱机(offline)
数据库管理员可以在数据库处于开启(open)状态时令除 SYSTEM 表空间(tablespace)之外的任何表空间联机(online)(可访问)或脱机(offline)(不可访问).SYSTEM 表 ...
- TMS320DM642开发之Bug1-Memory map error:READ access by cpu to address 0x1b3f018(Device Config Space)which is not supported in simulator
load程序到DM642开发板上之后,点击了run按钮出现了如下的错误: Memory map error:READ access by cpu to address 0x1b3f018(Device ...
- 实时&离线皮肤渲染技术(Real-time&Offline Skin Rendering)
目录 现实皮肤模型 BSSRDF 渲染模型 [2001] Diffusion Profile(扩散剖面)[2001] 偶极子 [2002] 高斯和 [2007] Burley Normalized D ...
随机推荐
- (oneway void) release中oneway的意思
oneway is used with the distributed objects API, which allows use of objective-c objects between dif ...
- JAVA List 分割
按指定大小,分隔集合,将集合按规定个数分为n个部分 import java.util.ArrayList; import java.util.Collections; import java.util ...
- 每日英语:China Targets Big Pharma
China unveiled a litany of bribery and misconduct allegations against GlaxoSmithKline GSK.LN -0.26% ...
- malloc,我误解你了
malloc用于动态申请内存,这个学过C语言的都知道.忘记了在哪本书上看到,malloc申请的内存不一定是连续,于是一直记住了.这句话有错吗?没有!但是当时只是记住了这个知识点,而没有深入的思考.直到 ...
- 简单实现Spring中BeanFactory原理
上一篇文章介绍了Java反射机制在Spring IOC中的应用,知道了BeanFactory底层的实现原理. 原理搞懂了,对Spring IOC理解起来也很容易. 先来看看Java代码获取Spring ...
- 常用的easyui使用方法
-------datagrid 1.获取某行的行号(row)tdg.datagrid('getRowIndex',rows)2.通过行号移除该行tdg.datagrid('deleteRow',ind ...
- 谷歌字体(Google Font)初探 [翻译自Google官方文档]
这个指南解释了如何使用Google Font的API,把网络字体添加到自己的页面上.你不需要任何的编码,你所要做的只是添加一个特定的CSS到HTML页面上,然后把字体关联到这个CSS样式. 一个快速的 ...
- php -- 文件操作(创建、复制、移动、删除)
创建 文件夹 bool mkdir ( string $pathname [, int $mode = 0777 [, bool $recursive = false [, resource $con ...
- 关于CSS 里的_width是什么意思???
下划线_IE6支持下划线,IE7和firefox等均不支持下划线. 你那个代码的意思就是IE6下面宽度 449px;其他浏览器下宽度 460px; 友情提醒:这种HACK写法,得把_width写在正常 ...
- 【linux】硬盘分区
fdisk -l fdisk /dev/sda d--删除分区 n-新建分区 p--主分区 e--扩展分区 t--改变分区格式 82为swap分区 w--保存退出 http://www.blogjav ...