配置Lync IM/Presence 与 Exchange2010 SP1 OWA 集成

简介:
Enable Exchange 2010 SP1 Outlook Web App and IM Integration

Topic Last Modified: 2011-04-05

To enable Exchange 2010 SP1 Outlook Web Access (OWA) and instant messaging (IM) integration with Microsoft Lync Server 2010, you must add the Exchange 2010 SP1 Client Access Server (CAS) server to the Lync Server 2010 topology as a trusted application server.

Important:
There are additional configuration requirements that depend on how your Exchange 2010 SP1 server roles are configured:
  • If your CAS server is not collocated on the same server that is running Exchange 2010 SP1 Unified Messaging (UM), in addition to creating a trusted application pool you must create a trusted application, which can only be done by using Lync Server Management Shell. The trusted application must be assigned a port number on which the application will run. The port must be unique within the trusted application pool. In other words, no other applications that use this port can be defined in the specified pool. This port will not be used, but it must be assigned as described in the “Create a trusted application for the Exchange 2010 SP1 CAS server” procedure later in this topic.
     
  • If your CAS server is collocated on the same server that is running Exchange 2010 SP1 UM, and the UM server is servicing a SIP dial plan that is integrated with Lync Server 2010, you only need to create a trusted application pool. It is not necessary to create a trusted application.
  1. Log on to the computer with an account that is a member of the RTCUniversalServerAdmins group or has the equivalent administrator rights and permissions.

  2. Start the Lync Server Management Shell: Click Start, click All Programs, click Microsoft Lync Server 2010, and then click Lync Server Management Shell.

  3. Run the following cmdlet:

    This returns the siteID for the siteName in which you are creating the pool. For details, see Get-CsSite in the Lync Server Management Shell documentation.

     

    Get-CsSite
  4. Run the following cmdlet:

    For details, see  New-CsTrustedApplicationPool in the Lync Server Management Shell documentation.
    Important:
    If your CAS server is not collocated on the same server that is running Exchange 2010 SP1 Unified Messaging (UM), skip the remaining steps in this procedure and perform the “Create a trusted application for the Exchange 2010 SP1 CAS server” procedure later in this topic. If your CAS server is collocated on the same server that is running Exchange 2010 SP1 Unified Messaging (UM), complete the steps in this procedure and do not perform the “Create a trusted application for the Exchange 2010 SP1 CAS server” procedure later in this topic.
  5. Run Enable-CsTopology.

  6. Start Topology Builder: Click Start, click All Programs, click Microsoft Lync Server 2010, and then click Lync Server Topology Builder.

  7. Select the option to Download Topology from existing deployment.

  8. In the Save Topology As dialog box, select the Topology Builder file you want to use, and click Save.

  9. In the left pane, expand the tree until you reach Trusted application servers.

  10. Expand the Trusted application servers node.

  11. You should now see the Exchange 2010 SP1 CAS server listed as a trusted application server.

  1. Log on to the computer with an account that is a member of the RTCUniversalServerAdmins group or has the equivalent administrator rights and permissions.

  2. Start the Lync Server Management Shell: Click Start, click All Programs, click Microsoft Lync Server 2010, and then click Lync Server Management Shell.

  3. If your CAS server is not collocated on the same server that is running Exchange 2010 SP1 Unified Messaging (UM), run the following cmdlet:

    New-CsTrustedApplication -ApplicationId <AppID String> -TrustedApplicationPoolFqdn <E14 CAS FQDN> -Port <available port number>

    For details, see the topic New-CsTrustedApplication in the Lync Server Management Shell documentation.

     

  4. Run Enable-CsTopology.

  5. Start Topology Builder: Click Start, click All Programs, click Microsoft Lync Server 2010, and then click Lync Server Topology Builder.

  6. Select the option to Download Topology from existing deployment.

  7. In the Save Topology As dialog box, select the Topology Builder file you want to use, and click Save.

  8. In the left pane, expand the tree until you reach Trusted application servers.

  9. Expand the Trusted application servers node.

  10. You should now see the Exchange 2010 SP1 CAS server listed as a trusted application server.















本文转自legendfu51CTO博客,原文链接:http://blog.51cto.com/legendfu/1068316,如需转载请自行联系原作者

相关文章
|
4月前
|
Java 开发工具 git
spring boot 集成 ctrip apollo 实现动态配置更新
spring boot 集成 ctrip apollo 实现动态配置更新
50 1
|
4月前
|
XML SQL Java
ClickHouse【SpringBoot集成】clickhouse+mybatis-plus配置及使用问题说明(含建表语句、demo源码、测试说明)
ClickHouse【SpringBoot集成】clickhouse+mybatis-plus配置及使用问题说明(含建表语句、demo源码、测试说明)
157 0
|
4月前
|
SQL 监控 druid
p6spy【SpringBoot集成】使用p6spy-spring-boot-starter集成p6spy监控数据库(配置方法举例)
p6spy【SpringBoot集成】使用p6spy-spring-boot-starter集成p6spy监控数据库(配置方法举例)
191 0
|
1月前
|
Devops 开发工具 数据安全/隐私保护
Docker Swarm总结+CI/CD Devops、gitlab、sonarqube以及harbor的安装集成配置(3/5)
Docker Swarm总结+CI/CD Devops、gitlab、sonarqube以及harbor的安装集成配置(3/5)
53 0
|
3月前
|
IDE 前端开发 JavaScript
【C#】C# 开发环境配置(Rider 一个.NET 跨平台集成开发环境)
【1月更文挑战第26天】【C#】C# 开发环境配置(Rider 一个.NET 跨平台集成开发环境)
|
4月前
|
安全 架构师 Java
SpringBoot【集成 jasypt】实现配置信息自定义加解密(自定义的属性探测和密码解析器)
SpringBoot【集成 jasypt】实现配置信息自定义加解密(自定义的属性探测和密码解析器)
120 0
|
4月前
|
监控 关系型数据库 Java
SpringBoot【集成 01】Druid+Dynamic+Greenplum(实际上用的是PostgreSQL的驱动)及 dbType not support 问题处理(附hikari相关配置)
SpringBoot【集成 01】Druid+Dynamic+Greenplum(实际上用的是PostgreSQL的驱动)及 dbType not support 问题处理(附hikari相关配置)
76 0
|
4月前
|
NoSQL Java API
SpringBoot【ElasticSearch集成 02】Java HTTP Rest client for ElasticSearch Jest 客户端集成(依赖+配置+增删改查测试源码)推荐使用
SpringBoot【ElasticSearch集成 02】Java HTTP Rest client for ElasticSearch Jest 客户端集成(依赖+配置+增删改查测试源码)推荐使用
57 0
|
4月前
|
Java API
SpringBoot【集成ElasticSearch 01】2种方式的高级客户端 RestHighLevelClient 使用(依赖+配置+客户端API测试源码)
SpringBoot【集成ElasticSearch 01】2种方式的高级客户端 RestHighLevelClient 使用(依赖+配置+客户端API测试源码)
78 0
|
4月前
|
SQL 前端开发 Java
Hasor【环境搭建 01】SpringBoot集成Dataway接口配置服务(依赖+配置+数据库数据源初始化+注解添加+demo验证测试)
Hasor【环境搭建 01】SpringBoot集成Dataway接口配置服务(依赖+配置+数据库数据源初始化+注解添加+demo验证测试)
73 0

热门文章

最新文章