UCMA创建可信应用程序的步骤 [英] UCMA Steps to create Trusted Application

查看:122
本文介绍了UCMA创建可信应用程序的步骤的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

创建受信任的服务器应用程序然后将其部署在lync服务器上的步骤是什么? 我是lync服务器应用程序开发的新手.

What are the steps to create a trusted server application and then deploying it on the lync server? I am new to lync server application development.

推荐答案

终于想到了这个问题, 这会有所帮助.
但简单来说,
步骤1:使用Powershell Cmd创建应用程序池新- CsTrustedApplicationPool

<>语法:New-CsTrustedApplicationPool-标识-Registrar-站点-ComputerFqdn -RequiresReplication
-Identity:这应该是唯一的,例如MyApplicationPool.mycomputer.fqdn
-Registrar:可以通过使用Powershell Cmd Get-CsService -Registrar
来获取它. -Site:可以通过使用Powershell Cmd Get-CsSite
来获取它. -ComputerFqdn:完全限定的计算机名称
-RequiresReplication:这可以是$ True或$ False

步骤2:运行Cmd:Enable-CsTopology,这将启用您的应用程序池,现在您可以通过运行命令Get-CsTrustedApplicationPool对其进行验证.

步骤3:使用Cmd创建受信任的应用程序新建-CsTrustedApplication
语法:New-CsTrustedApplication -ApplicationId-TrustedApplicationPoolFqdn-端口
-ApplicationId:具有Fqdn的唯一应用程序ID
-TrustedApplicationPoolFqdn:-我们在创建受信任的应用程序池时提供的标识参数
-Port:您的应用程序所独有,可用于手动配置中,用作方法参数

Finally got thorught the problem, This can be helpful.
But in simple terms,
Step 1 : Create an Applicationpool by using Powershell Cmd New-CsTrustedApplicationPool

<>Syntax: New-CsTrustedApplicationPool -Identity -Registrar -Site -ComputerFqdn -RequiresReplication
-Identity : this should be unique like MyApplicationPool.mycomputer.fqdn
-Registrar : can get it by using Powershell Cmd Get-CsService -Registrar
-Site : can get it by using Powershell Cmd Get-CsSite
-ComputerFqdn : fully qualified computer name
-RequiresReplication: this can either be $True or $False

Step 2: Run Cmd : Enable-CsTopology, this will enable your application pool, now you can verify it by running the command Get-CsTrustedApplicationPool.

Step 3: Create a trusted application by using the Cmd New-CsTrustedApplication
Syntax : New-CsTrustedApplication -ApplicationId - TrustedApplicationPoolFqdn - Port
-ApplicationId : Unique Application Id with Fqdn
-TrustedApplicationPoolFqdn : -Identity parameter which we gave while creating the trusted application pool
-Port : Unique to your application, can be used in manual provisioning, used as a method parameter

现在执行步骤2.

步骤4:如果需要,请使用Cmd

Now follow Step 2.

Step 4: Create a Trusted Application Endpoint if required by you, using Cmd New-CsTrustedApplicationEndpoint

语法:New-CsTrustedApplicationEndpoint -ApplicationId -TrustedApplicationPoolFqdn -SipAddress -DisplayName
-ApplicationId:-我们在创建受信任的应用程序时提供的身份参数
-TrustedApplicationPoolFqdn:-我们在创建受信任的应用程序池时提供的标识参数
-SipAddress: sip:user @ host,对于您的应用程序终结点而言是唯一的
-DisplayName:显示名称,例如帮助台联系人"

Syntax : New-CsTrustedApplicationEndpoint -ApplicationId -TrustedApplicationPoolFqdn -SipAddress -DisplayName
-ApplicationId : -Identity parameter which we gave while creating the trusted application
-TrustedApplicationPoolFqdn : -Identity parameter which we gave while creating the trusted application pool
-SipAddress : sip:user@host which is unique for your application endpoint
-DisplayName : Display Name like "Help Desk Contact"

现在执行步骤2.
这样,您现在已经创建了一个新的可信Applicationpool,可信服务器应用程序,可信应用程序终结点

Now follow Step 2.
In this way, you have now Created a new trusted Applicationpool, trusted server application, trusted application endpoint

这篇关于UCMA创建可信应用程序的步骤的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆