Administrar complementos

 

Última modificación del tema: 2012-10-06

Para crear un nuevo complemento servidor de chat persistente

New-CsPersistentChatAddin -Name Contoso -PersistentChatPoolFqdn client.contoso.com -Url https://contoso.com 

Crear, obtener, establecer o quitar un complemento

Para crear un nuevo complemento

New-CsPersistentChatAddin -PersistentChatPoolFqdn <String> -Name <String> -Url<String>

Importante

La cadena> PersistentChatPoolFqdn <solo es necesaria si hay más de un grupo de servidores de chat persistente.

Para obtener un complemento

Get-CsPersistentChatAddin -Identity <String>]

o

Get-CsPersistentChatAddin -PersistentChatPoolFqdn <String>

Para establecer un complemento

Set-CsPersistentChatAddIn -Instance <AddinObject> [-Force <Switch Parameter>] [-Confirm <Switch Parameter>]

o

Set-CsPersistentChatAddIn -Identity <String> [-Name <String>] [-Url<String>] [-Force <Switch Parameter>] [-Confirm <Switch Parameter>]

Para quitar un complemento

Remove-CsPersistentChatAddIn -Instance <AddinObject> [-Force <Switch Parameter>] [-Confirm <Switch Parameter>]

o

Remove-CsPersistentChatAddIn -Identity <String> [-Force <Switch Parameter>] [-Confirm <Switch Parameter>]