Share via

Exchange服务器升级迁移以后,脱机地址簿更新或重建

连国 于 570 Reputation points
2024-06-25T10:56:49.2966667+00:00

您好

近期将Exchange从2016升级到最新的2019版本,旧2016服务器已经卸载。

发现Outlook客户端的地址簿更新出现问题,如下图

QQ截图20240625184912

随后检查服务器上使用get-offlineaddressbook 检查地址簿设置,发现OriginatingServer是旧2016服务器

QQ截图20240625185123

根据以上情况,如何解决Outlook地址簿更新失败的问题?

Exchange | Exchange Server | Other
Exchange | Exchange Server | Other

A robust email, calendaring, and collaboration platform developed by Microsoft, designed for enterprise-level communication and data management.Miscellaneous topics that do not fit into specific categories.

Exchange | Exchange Server | Management
Exchange | Exchange Server | Management

The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.


1 answer

Sort by: Most helpful
  1. Mike Hu-MSFT 4,085 Reputation points Microsoft External Staff
    2024-06-26T06:18:39.0133333+00:00

    Hi,

    欢迎来到微软论坛!

    组织内所有用户都出现这个问题吗?看起来似乎是OAB无法找到新的Exchange 2019服务器导致的,您可以先检查OAB的url是否正确配置为新的2019服务器:

    Get-OABVirtualDirectoryUser's image

    如果不正确,请通过命令正确配置它:

    Get-OABVirtualDirectory | Set-OABVirtualDirectory -InternalUrl "https://new2019server.contoso.com/OAB" -ExternalUrl https://new2019server.contoso.com/OAB
    

    有任何更新请随时与我们联系。

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.