From 922b8d2a291f74cc557ee05a3f27f24c4c79008d Mon Sep 17 00:00:00 2001 From: blackquack Date: Tue, 8 Oct 2024 16:27:04 -0700 Subject: [PATCH 1/4] Update New-CsTeamsCallingPolicy.md init --- .../teams/New-CsTeamsCallingPolicy.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/teams/teams-ps/teams/New-CsTeamsCallingPolicy.md b/teams/teams-ps/teams/New-CsTeamsCallingPolicy.md index 157db30fb3..6ac2452338 100644 --- a/teams/teams-ps/teams/New-CsTeamsCallingPolicy.md +++ b/teams/teams-ps/teams/New-CsTeamsCallingPolicy.md @@ -308,6 +308,27 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Copilot +Setting this parameter lets you control how copilot is used during a call + +Valid options are: +- Enabled: Calls are always forwarded to voicemail on unanswered after ringing for thirty seconds, regardless of the unanswered call forward setting for the user. +- EnabledWithTranscript: Calls are never routed to voicemail, regardless of the call forward or unanswered settings for the user. Voicemail isn't available as a call forwarding or unanswered setting in Teams. +- Disabled: Calls are forwarded to voicemail based on the call forwarding and/or unanswered settings for the user. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: +Applicable: Microsoft Teams + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -EnableWebPstnMediaBypass Determines if MediaBypass is enabled for PSTN calls on specified Web platforms. From c6dc6629edec7a7bfefab7ab02656994533bf8eb Mon Sep 17 00:00:00 2001 From: blackquack Date: Wed, 9 Oct 2024 16:48:32 -0700 Subject: [PATCH 2/4] Update New-CsTeamsCallingPolicy.md --- teams/teams-ps/teams/New-CsTeamsCallingPolicy.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/teams/teams-ps/teams/New-CsTeamsCallingPolicy.md b/teams/teams-ps/teams/New-CsTeamsCallingPolicy.md index 6ac2452338..6069824a1d 100644 --- a/teams/teams-ps/teams/New-CsTeamsCallingPolicy.md +++ b/teams/teams-ps/teams/New-CsTeamsCallingPolicy.md @@ -309,12 +309,12 @@ Accept wildcard characters: False ``` ### -Copilot -Setting this parameter lets you control how copilot is used during a call +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. Valid options are: -- Enabled: Calls are always forwarded to voicemail on unanswered after ringing for thirty seconds, regardless of the unanswered call forward setting for the user. -- EnabledWithTranscript: Calls are never routed to voicemail, regardless of the call forward or unanswered settings for the user. Voicemail isn't available as a call forwarding or unanswered setting in Teams. -- Disabled: Calls are forwarded to voicemail based on the call forwarding and/or unanswered settings for the user. +- Enabled: Copilot can work with or without transcription during calls. This is the default value. +- EnabledWithTranscript: Copilot will only work when transcription is enabled during calls. +- Disabled: Copilot is disabled for calls. ```yaml Type: String From 0765c613291cabeee9baf33f0267766a962e8f95 Mon Sep 17 00:00:00 2001 From: blackquack Date: Wed, 9 Oct 2024 16:53:15 -0700 Subject: [PATCH 3/4] Update Set-CsTeamsCallingPolicy.md --- .../teams/Set-CsTeamsCallingPolicy.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md b/teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md index e99b0928f5..65118ac31f 100644 --- a/teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md @@ -36,6 +36,7 @@ Set-CsTeamsCallingPolicy [-Identity] [-CallRecordingExpirationDays ] [-Confirm] [-Force] + [-Copilot] ] [-InboundFederatedCallRoutingTreatment ] [-InboundPstnCallRoutingTreatment ] [-LiveCaptionsEnabledTypeForCalling ] @@ -313,6 +314,27 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -Copilot +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. + +Valid options are: +- Enabled: Copilot can work with or without transcription during calls. This is the default value. +- EnabledWithTranscript: Copilot will only work when transcription is enabled during calls. +- Disabled: Copilot is disabled for calls. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: +Applicable: Microsoft Teams + +Required: False +Position: Named +Default value: Enabled +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Identity Name of the policy instance being created. From cff9e9f99497e731cc4558d6b85a0dfc80ceebc3 Mon Sep 17 00:00:00 2001 From: blackquack Date: Wed, 9 Oct 2024 16:56:44 -0700 Subject: [PATCH 4/4] Update New-CsTeamsCallingPolicy.md --- teams/teams-ps/teams/New-CsTeamsCallingPolicy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teams/teams-ps/teams/New-CsTeamsCallingPolicy.md b/teams/teams-ps/teams/New-CsTeamsCallingPolicy.md index 6069824a1d..7f0b00c938 100644 --- a/teams/teams-ps/teams/New-CsTeamsCallingPolicy.md +++ b/teams/teams-ps/teams/New-CsTeamsCallingPolicy.md @@ -26,7 +26,7 @@ New-CsTeamsCallingPolicy [-Identity] [-Description ] [-AllowPri [-BusyOnBusyEnabledType ] [-MusicOnHoldEnabledType ] [-AllowCloudRecordingForCalls ] [-AllowTranscriptionForCalling ] [-PopoutForIncomingPstnCalls ] [-PopoutAppPathForIncomingPstnCalls ] [-LiveCaptionsEnabledTypeForCalling ] [-AutoAnswerEnabledType ] [-SpamFilteringEnabledType ] - [-CallRecordingExpirationDays ] [-AllowCallRedirect ] [-EnableWebPstnMediaBypass ] + [-CallRecordingExpirationDays ] [-AllowCallRedirect ] [-Copilot ] [-EnableWebPstnMediaBypass ] [-InboundPstnCallRoutingTreatment ] [-InboundFederatedCallRoutingTreatment ] [-Force] [-WhatIf] [-Confirm] [] ``` @@ -324,7 +324,7 @@ Applicable: Microsoft Teams Required: False Position: Named -Default value: None +Default value: Enabled Accept pipeline input: False Accept wildcard characters: False ```