积极答复者
exchange 2010 全球地址簿问题

问题
答案
-
您好!
出现该问题可能是您的GAL corrupted。
从exchange2003迁移到exchange2010后,你需要复制所有的public folder到exchange2010.若您没有做,请重新创建一个新的GAL,并将其作为默认的。
Upgrade Exchange 2003 to Exchange 2010
How to Create a Global Address List
The Default Global Address List is missing or changed
谢谢!
- 已标记为答案 cara chen 2012年4月27日 8:54
全部回复
-
这个其实是一个老问题了,问题产生的原因比较简单,是因为脱机地址簿生成速度不是及时产生导致产生后不能及时同步到客户端。你执行下以下的POWERSHELL脚本:
get-offilineaddressbook | update-offlineaddressbook
get-clientaccessserver |update-filedistributionservice
来更新所有CAS 服务器中的OAB的目录!再手动下载。如果依然无法更新,请检查系统日志!
ITPRO 的价值在于分享,程序开发人员的价值在于创造,架构师分析师的价值在于分析出客户潜在需求,项目经理的价值就是搞定客户! ___________________________________________________________ MSN:fogyisland_x@htomai.com QQ:10853913 Blog:http://blog.csdn.net/fogyisland2000 技术超级500人群:66140619 如果一个人将知识带入坟墓,他是可耻的。所以知识需要分享!
-
new-GlobalAddressList -Name "Default Global Address List" -IncludedRecipients AllRecipients
update-GlobalAddressList -Identity "Default Global Address List"
get-AddressList
看下什么结果,有出错么?
-
Launch the Exchange Management Console
- Expand the Organization Configuration node
- Select Mailbox.
- Click the Address List tab
- Select the particular Address List that you want.
- Click 'Apply' in the Actions pane. (Key point)
- The Apply Address List wizard should launch.
- On the Introduction page, complete the following fields:
-
Apply the address list
Immediately (Best)
At the following time (If the server is busy).
失业了,求微软平台顾问工作 MCITP/CCIE/VCP QQ:6927317 Pcdogyu@hotmail.com
-
Launch the Exchange Management Console
-
您好!
非常感谢您!
我测试如下:
[PS] C:\Windows\system32>new-GlobalAddressList -Name "Default Global Address List" -IncludedRecipients AllRecipients
Active Directory operation failed on ex2010.aa.cn. The object 'CN=Default Global Address List,CN=All G
lobal Address Lists,CN=Address Lists Container,CN=First Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration
,DC=aa,DC=cn' already exists.
+ CategoryInfo : NotSpecified: (0:Int32) [New-GlobalAddressList], ADObjectAlreadyExistsException
+ FullyQualifiedErrorId : CD5FA245,Microsoft.Exchange.Management.SystemConfigurationTasks.NewGlobalAddressList[PS] C:\Windows\system32>update-GlobalAddressList -Identity "Default Global Address List"
WARNING: The recipient "ex2010.aa.cn/Microsoft Exchange System Objects/OAB Version 2" is invalid and couldn't
be updated.
WARNING: The recipient "ex2010.aa.cn/Microsoft Exchange System Objects/OAB Version 3a" is invalid and couldn't
be updated.
WARNING: The recipient "ex2010.aa.cn/Microsoft Exchange System Objects/OAB Version 4" is invalid and couldn't
be updated.
WARNING: The recipient "ex2010.aa.cn/Microsoft Exchange System Objects/Offline Address Book - \/o=First
Organization\/cn=addrlists\/cn=oab" is invalid and couldn't be updated.
WARNING: The recipient "ex2010.aa.cn/Microsoft Exchange System Objects/Offline Address Book - First
Administrative Group" is invalid and couldn't be updated.
WARNING: The recipient "ex2010.aa.cn/Microsoft Exchange System Objects/Schedule+ Free Busy Information - First
Administrative Group" is invalid and couldn't be updated.
我是想
随风而来
-
您好!
出现该问题可能是您的GAL corrupted。
从exchange2003迁移到exchange2010后,你需要复制所有的public folder到exchange2010.若您没有做,请重新创建一个新的GAL,并将其作为默认的。
Upgrade Exchange 2003 to Exchange 2010
How to Create a Global Address List
The Default Global Address List is missing or changed
谢谢!
- 已标记为答案 cara chen 2012年4月27日 8:54