管理加载项

 

上次修改的主题: 2012-10-06

创建新的持久聊天服务器加载项

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

创建、获取、设置或删除加载项

创建新加载项

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

重要

仅当有多个持久聊天服务器池时,才需要 PersistentChatPoolFqdn <String> 。

获取加载项

Get-CsPersistentChatAddin -Identity <String>]

或者

Get-CsPersistentChatAddin -PersistentChatPoolFqdn <String>

设置加载项

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

或者

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

删除加载项

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

或者

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