Skip to content

Commit fa38f48

Browse files
authored
Merge pull request #8183 from aditdalvi/master
Add restrictions for ConcurrentInvitationCount and Paired Applications in CsTeamsComplianceRecordingApplication cmdlets
2 parents 42ecf03 + 740a195 commit fa38f48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

skype/skype-ps/skype/New-CsTeamsComplianceRecordingApplication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Accept wildcard characters: False
240240
```
241241
242242
### -ConcurrentInvitationCount
243-
Determines the number of invites to send out to the application instance of the policy-based recording application.
243+
Determines the number of invites to send out to the application instance of the policy-based recording application. Can be set to 1 or 2 only.
244244
245245
In situations where application resiliency is a necessity, multiple invites can be sent to the same application for the same call or meeting.
246246
If multiple such invites are accepted, then it means that multiple instances of this application are in the call or meeting and each of those instances can record independent of the others.
@@ -272,7 +272,7 @@ Accept wildcard characters: False
272272
```
273273
274274
### -ComplianceRecordingPairedApplications
275-
Determines the other policy-based recording applications to pair with this application to achieve application resiliency.
275+
Determines the other policy-based recording applications to pair with this application to achieve application resiliency. Can only have one paired application.
276276
277277
In situations where application resiliency is a necessity, invites can be sent to separate paired applications for the same call or meeting.
278278
If multiple such invites are accepted, then it means that multiple instances of this application are in the call or meeting and each of those instances can record independent of the others.

skype/skype-ps/skype/Set-CsTeamsComplianceRecordingApplication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Accept wildcard characters: False
260260
```
261261
262262
### -ComplianceRecordingPairedApplications
263-
Determines the other policy-based recording applications to pair with this application to achieve application resiliency.
263+
Determines the other policy-based recording applications to pair with this application to achieve application resiliency. Can only have one paired application.
264264
265265
In situations where application resiliency is a necessity, invites can be sent to separate paired applications for the same call or meeting.
266266
If multiple such invites are accepted, then it means that multiple instances of this application are in the call or meeting and each of those instances can record independent of the others.

0 commit comments

Comments
 (0)