Skip to content

Commit bcf3230

Browse files
Update New-CsTeamsComplianceRecordingPolicy.md
adding missing parameters
1 parent 99fd24b commit bcf3230

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

teams/teams-ps/teams/New-CsTeamsComplianceRecordingPolicy.md

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ schema: 2.0.0
77
manager: nakumar
88
author: aditdalvi
99
ms.author: aditd
10-
ms.reviewer:
1110
---
1211

1312
# New-CsTeamsComplianceRecordingPolicy
@@ -18,11 +17,12 @@ Automatic policy-based recording is only applicable to Microsoft Teams users.
1817

1918
## SYNTAX
2019

21-
```
20+
```powershell
2221
New-CsTeamsComplianceRecordingPolicy [-Tenant <System.Guid>] [-Identity <XdsIdentity>]
2322
[-Enabled <Boolean>] [-WarnUserOnRemoval <Boolean>] [-DisableComplianceRecordingAudioNotificationForCalls <Boolean>]
2423
[-RecordReroutedCalls <Boolean>] [-Description <String>]
2524
[-ComplianceRecordingApplications <ComplianceRecordingApplication[]>] [-CustomBanner <Guid>]
25+
[-CustomPromptsEnabled <Boolean>] [-CustomPromptsPackageId <String>]
2626
[-InMemory] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
2727
```
2828

@@ -266,6 +266,36 @@ Accept pipeline input: False
266266
Accept wildcard characters: False
267267
```
268268
269+
### -CustomPromptsEnabled
270+
Indicates whether compliance recording custom prompts feature is enabled for this tenant / user.
271+
272+
```yaml
273+
Type: Boolean
274+
Parameter Sets: (All)
275+
Aliases:
276+
277+
Required: False
278+
Position: Named
279+
Default value: None
280+
Accept pipeline input: False
281+
Accept wildcard characters: False
282+
```
283+
284+
### -CustomPromptsPackageId
285+
Reference to custom prompts package.
286+
287+
```yaml
288+
Type: String
289+
Parameter Sets: (All)
290+
Aliases:
291+
292+
Required: False
293+
Position: Named
294+
Default value: None
295+
Accept pipeline input: False
296+
Accept wildcard characters: False
297+
```
298+
269299
### -WhatIf
270300
Shows what would happen if the cmdlet runs.
271301
The cmdlet is not run.

0 commit comments

Comments
 (0)