Skip to content
Merged

Patch 70 #12242

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions skype/skype-ps/skype/New-CsPersistentChatConfiguration.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
external help file: Microsoft.Rtc.Management.dll-help.xml
online version: https://learn.microsoft.com/powershell/module/skype/new-cspersistentchatconfiguration
applicable: Lync Server 2013, Skype for Business Server 2015
applicable: Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
title: New-CsPersistentChatConfiguration
schema: 2.0.0
manager: rogupta
Expand All @@ -19,8 +19,6 @@ Persistent Chat configuration settings are used to manage the Persistent Chat se
For example, these settings allow you to specify the maximum number of users who can participate in a chat room.
This cmdlet was introduced in Lync Server 2013.



## SYNTAX

```
Expand All @@ -40,8 +38,6 @@ These settings can be configured at the global or the site scope, or at the serv

Skype for Business Server Control Panel: To create a new collection of Persistent Chat configuration settings using the Skype for Business Server Control Panel, click Persistent Chat, click Persistent Chat Configuration, click New, and then click either Site configuration or Pool configuration.



## EXAMPLES

### -------------------------- Example 1 --------------------------
Expand All @@ -53,7 +49,6 @@ New-CsPersistentChatConfiguration -Identity "site:Redmond" -ParticipantUpdateLim
The command shown in Example 1 creates a new set of Persistent Chat configuration settings applied to the Redmond site.
In this example, the ParticipantUpdateLimit property is set to 100.


## PARAMETERS

### -Identity
Expand Down