Compartilhar via


Exibir informações de aplicativo confiável no Lync Server 2013

 

Tópico última modificação: 23/02/2013

Você pode exibir informações sobre seus aplicativos confiáveis usando Windows PowerShell cmdlet Get-CsTrustedApplication. Esse cmdlet pode ser executado no Shell de Gerenciamento do Lync Server 2013 ou em uma sessão remota de Windows PowerShell. Para obter detalhes sobre como usar o Windows PowerShell remoto para se conectar ao Lync Server, consulte o artigo no blog do Lync Server Windows PowerShell "Início Rápido: Gerenciando o Microsoft Lync Server 2010 usando o PowerShell Remoto" https://go.microsoft.com/fwlink/p/?linkId=255876em .

Para exibir aplicativos confiáveis

  • Para exibir todos os seus aplicativos confiáveis, digite o seguinte comando no Shell de Gerenciamento do Lync Server e pressione ENTER:

    Get-CsConferenceDisclaimer
    

    Esse comando retorna informações semelhantes às seguintes para cada aplicativo confiável:

    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
    

    Para obter detalhes, consulte Get-CsTrustedApplication.