File tree Expand file tree Collapse file tree 1 file changed +32
-2
lines changed Expand file tree Collapse file tree 1 file changed +32
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ schema: 2.0.0
7
7
manager : nakumar
8
8
author : aditdalvi
9
9
ms.author : aditd
10
- ms.reviewer :
11
10
---
12
11
13
12
# New-CsTeamsComplianceRecordingPolicy
@@ -18,11 +17,12 @@ Automatic policy-based recording is only applicable to Microsoft Teams users.
18
17
19
18
## SYNTAX
20
19
21
- ```
20
+ ``` powershell
22
21
New-CsTeamsComplianceRecordingPolicy [-Tenant <System.Guid>] [-Identity <XdsIdentity>]
23
22
[-Enabled <Boolean>] [-WarnUserOnRemoval <Boolean>] [-DisableComplianceRecordingAudioNotificationForCalls <Boolean>]
24
23
[-RecordReroutedCalls <Boolean>] [-Description <String>]
25
24
[-ComplianceRecordingApplications <ComplianceRecordingApplication[]>] [-CustomBanner <Guid>]
25
+ [-CustomPromptsEnabled <Boolean>] [-CustomPromptsPackageId <String>]
26
26
[-InMemory] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
27
27
```
28
28
@@ -266,6 +266,36 @@ Accept pipeline input: False
266
266
Accept wildcard characters : False
267
267
` ` `
268
268
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
+
269
299
### -WhatIf
270
300
Shows what would happen if the cmdlet runs.
271
301
The cmdlet is not run.
You can’t perform that action at this time.
0 commit comments