Manage add-ins

 

Topic Last Modified: 2012-10-06

To create a new Persistent Chat Server Add-in

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

Create, Get, Set, or Remove an Add-in

To create a new Add-in

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

Important

PersistentChatPoolFqdn <String> is required only if there is more than one Persistent Chat Server pool.

To get an Add-in

Get-CsPersistentChatAddin -Identity <String>]

or

Get-CsPersistentChatAddin -PersistentChatPoolFqdn <String>

To set an Add-in

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

or

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

To remove an Add-in

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

or

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