File tree 2 files changed +44
-1
lines changed
2 files changed +44
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ New-CsTeamsCallingPolicy [-Identity] <string> [-Description <string>] [-AllowPri
26
26
[-BusyOnBusyEnabledType <string>] [-MusicOnHoldEnabledType <string>] [-AllowCloudRecordingForCalls <boolean>]
27
27
[-AllowTranscriptionForCalling <boolean>] [-PopoutForIncomingPstnCalls <string>] [-PopoutAppPathForIncomingPstnCalls <string>]
28
28
[-LiveCaptionsEnabledTypeForCalling <string>] [-AutoAnswerEnabledType <string>] [-SpamFilteringEnabledType <string>]
29
- [-CallRecordingExpirationDays <long>] [-AllowCallRedirect <string>] [-EnableWebPstnMediaBypass <Boolean>]
29
+ [-CallRecordingExpirationDays <long>] [-AllowCallRedirect <string>] [-Copilot <string>] [- EnableWebPstnMediaBypass <Boolean>]
30
30
[-InboundPstnCallRoutingTreatment <string>] [-InboundFederatedCallRoutingTreatment <string>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
31
31
```
32
32
@@ -308,6 +308,27 @@ Accept pipeline input: False
308
308
Accept wildcard characters : False
309
309
` ` `
310
310
311
+ ### -Copilot
312
+ Setting this parameter lets you control how Copilot is used during calls and if transcription is needed to be turned on and saved after the call.
313
+
314
+ Valid options are:
315
+ - Enabled: Copilot can work with or without transcription during calls. This is the default value.
316
+ - EnabledWithTranscript: Copilot will only work when transcription is enabled during calls.
317
+ - Disabled: Copilot is disabled for calls.
318
+
319
+ ` ` ` yaml
320
+ Type : String
321
+ Parameter Sets : (All)
322
+ Aliases :
323
+ Applicable : Microsoft Teams
324
+
325
+ Required : False
326
+ Position : Named
327
+ Default value : Enabled
328
+ Accept pipeline input : False
329
+ Accept wildcard characters : False
330
+ ` ` `
331
+
311
332
### -EnableWebPstnMediaBypass
312
333
Determines if MediaBypass is enabled for PSTN calls on specified Web platforms.
313
334
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ Set-CsTeamsCallingPolicy [-Identity] <string>
36
36
[-CallRecordingExpirationDays <long>]
37
37
[-Confirm]
38
38
[-Force]
39
+ [-Copilot] <string>]
39
40
[-InboundFederatedCallRoutingTreatment <string>]
40
41
[-InboundPstnCallRoutingTreatment <string>]
41
42
[-LiveCaptionsEnabledTypeForCalling <string>]
@@ -313,6 +314,27 @@ Accept pipeline input: False
313
314
Accept wildcard characters : False
314
315
` ` `
315
316
317
+ ### -Copilot
318
+ Setting this parameter lets you control how Copilot is used during calls and if transcription is needed to be turned on and saved after the call.
319
+
320
+ Valid options are:
321
+ - Enabled: Copilot can work with or without transcription during calls. This is the default value.
322
+ - EnabledWithTranscript: Copilot will only work when transcription is enabled during calls.
323
+ - Disabled: Copilot is disabled for calls.
324
+
325
+ ` ` ` yaml
326
+ Type : String
327
+ Parameter Sets : (All)
328
+ Aliases :
329
+ Applicable : Microsoft Teams
330
+
331
+ Required : False
332
+ Position : Named
333
+ Default value : Enabled
334
+ Accept pipeline input : False
335
+ Accept wildcard characters : False
336
+ ` ` `
337
+
316
338
### -Identity
317
339
Name of the policy instance being created.
318
340
You can’t perform that action at this time.
0 commit comments