在 Lync Server 2013 中查看受信任的应用程序信息
上次修改的主题: 2013-02-23
可以使用 Windows PowerShell 和 Get-CsTrustedApplication cmdlet 查看有关受信任应用程序的信息。 此 cmdlet 可以从 Lync Server 2013 Management Shell 或远程Windows PowerShell会话运行。 有关使用远程Windows PowerShell连接到 Lync Server 的详细信息,请参阅 Lync Server Windows PowerShell博客文章“快速入门:使用远程 PowerShell 管理 Microsoft Lync Server 2010”。https://go.microsoft.com/fwlink/p/?linkId=255876
查看受信任的应用程序
若要查看所有受信任的应用程序,请在 Lync Server Management Shell 中键入以下命令,然后按 Enter:
Get-CsConferenceDisclaimer
此命令为每个受信任的应用程序返回如下所示的信息:
Identity : CN={5dedf4b0-a590-49b3-80cf-f16f914bbef9},CN=Application Contacts,CN=RTC Service,CN=Services,CN=Configuration,DC=litware,DC=com RegistrarPool : 487279971 HomeServer : CN=Lc Services,CN=Microsoft,CN=co1:2,CN=Pools,CN=RTC Service,CN=Services,CN=Configuration,DC=litware,DC=com OwnerUrn : urn:application:helpdesk SipAddress : sip:RtcApplication-dbf5142f-2bb2-4c4f-9531-b7fea45c5000@litware.com DisplayName : DisplayNumber : LineURI : PrimaryLanguage : 0 SecondaryLanguages : {} EnterpriseVoiceEnabled : True ExUmEnabled : False Enabled : True
有关详细信息,请参阅 Get-CsTrustedApplication。