Partager via


Gestion des compléments

 

Rubrique Dernière modification : 2012-10-06

Pour créer un complément de serveur de conversation permanente

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

Créer, obtenir, définir ou supprimer un complément

Pour créer un complément

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

Important

La chaîne> PersistentChatPoolFqdn <n’est requise que s’il existe plusieurs pools de serveurs de conversation permanente.

Pour obtenir un complément

Get-CsPersistentChatAddin -Identity <String>]

ou

Get-CsPersistentChatAddin -PersistentChatPoolFqdn <String>

Pour définir un complément

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

ou

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

Pour supprimer un complément

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

ou

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