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 ...
随机推荐
- cocos2d 中使用jni Java 调用 C++ 方法
1.首先是LoadLibrary cocos2d中的C++代码会编译成一个.so文件.放在安卓文件夹下的libs/armeabi 下,然后java会load进来,这步我们不用做了,由于cocos2d已 ...
- python学习之winreg模块
winreg模块将Windows注册表API暴露给了python. 常见方法和属性 winreg.OpenKey(key,sub_key,reserved = ,access = KEY_READ) ...
- 【C语言】19-static和extern关键字1-对函数的作用
一.extern与函数 在前面我提到过一句话:如果一个程序中有多个源文件(.c),编译成功会生成对应的多个目标文件(.obj),这些目标文件还不能单独运行,因为这些目标文件之间可能会有关联,比如a.o ...
- js基本知识6
1.2 复习 1. 节点 网页是有很多的节点组成的 . 元素节点 指的是 : 标签 li span 文本节点 属性节点 父子兄弟 父 parentNode nextSibling 孩子 childNo ...
- linux之basename
NAME top basename, dirname - parse pathname components SYNOPSIS top #include <libgen.h> char * ...
- Python 列表的操作
list基本操作 #coding=utf-8 #列表 string = 'list' #字符串->列表 list1 = list(string) # ['l', 'i', 's', 't'] # ...
- Memcached内存分配及使用问题
在启动memcached的时候可以加-f参数和-n参数.-f指定各slab里面chunk大小的变化比例,默认1.25,-n指定slab里面chunk大小从多少开始.使用memcache_add($me ...
- 在windows中将Tomcat作为服务启动
http://www.cnblogs.com/chuyuhuashi/archive/2012/04/28/2475315.html ————————————————————————————————— ...
- dp - HNU 13404 The Imp
The Imp Problem's Link: http://acm.hnu.cn/online/?action=problem&type=show&id=13404&cour ...
- 《精通CSS》读书笔记(一)
最近新添16本书,目前开始看陈剑瓯翻译的<精通CSS——高级Web标准解决方案>(Andy Budd, CSS Mastery -- Advanced Web Standards Solu ...