在 Lync Server 2013 中配置持久聊天服务器

 

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

创建新的持久聊天配置

New-CsPersistentChatConfiguration -Identity <XdsIdentity> [-DefaultChatHistory <Integer>] [-MaxChatContentSizeMB <Integer>] [-MaxFileSizeKB <Integer>] [-ParticipantUpdateLimit <Integer>] [-FileServiceUrl <UrlForFileUpload>] [-RoomManagementUrl <RoomManagementUrl>] [-Instance <PSObject>] [-Force <Switch Parameter>] [-Confirm <Switch Parameter>] [-WhatIf <Switch Parameter>]

获取持久聊天配置

Get-CsPersistentChatConfiguration [-LocalStore <Switch Parameter>] [-Identity <XdsIdentity>]

删除持久聊天配置

Remove-CsPersistentChatConfiguration -Identity <XdsIdentity>

设置持久聊天配置

Set-CsPersistentChatConfiguration [-DefaultChatHistory <Integer>] [-MaxChatContentSizeMB <Integer>] [-MaxFileSizeKB <Integer>] [-ParticipantUpdateLimit <Integer>] [-FileServiceUrl <UrlForFileUpload>] [-RoomManagementUrl <RoomManagementUrl>] [-Instance <PSObject >] [-Force <Switch Parameter>] [-Confirm <Switch Parameter>] [-WhatIf <Switch Parameter>]

对于 Lync Server 2013,Lync Server 2013 前端服务器支持所有 Web 服务流量。 因此,不需要持久聊天服务器上的 gcweb01 地址。 我们仍然支持内部 Web 服务访问,因为我们仅向 内部 网站提供文件上传/下载 Web 服务, (不向 外部 网站提供远程用户) 。