Skip to content
Merged

Patch 67 #12239

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
12 changes: 1 addition & 11 deletions skype/skype-ps/skype/New-CsPersistentChatAddin.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-cspersistentchataddin
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-CsPersistentChatAddin
schema: 2.0.0
manager: rogupta
Expand All @@ -18,8 +18,6 @@ Enables you to configure a new Persistent Chat add-in.
A Persistent Chat add-in is a customized web page that can be embedded within a Persistent Chat client.
This cmdlet was introduced in Lync Server 2013.



## SYNTAX

```
Expand All @@ -40,8 +38,6 @@ Instead, the CsPersistentChatAddin cmdlets are used to associate (or disassociat

Skype for Business Server Control Panel: To create a new Persistent Chat add-in using the Skype for Business Server Control Panel, click Persistent Chat, click Add-in, and then click New.



## EXAMPLES

### -------------------------- Example 1 --------------------------
Expand All @@ -61,8 +57,6 @@ The URL parameter and the parameter value `https://atl-cs-001.litwareinc.com/itc
Friendly name to be given to the Persistent Chat add-in.
Names must be unique per Persistent Chat Server pool.



```yaml
Type: String
Parameter Sets: (All)
Expand All @@ -80,8 +74,6 @@ Accept wildcard characters: False

URL of the webpage to be displayed by the Persistent Chat add-in.



```yaml
Type: String
Parameter Sets: (All)
Expand All @@ -99,8 +91,6 @@ Accept wildcard characters: False

Fully qualified domain name of the Persistent Chat Server pool.



```yaml
Type: String
Parameter Sets: (All)
Expand Down