From 4efccf220ba49c3828da03300b482ae93416dcdc Mon Sep 17 00:00:00 2001 From: Yujie Liu <36554196+EyamaYliu@users.noreply.github.com> Date: Fri, 10 Jan 2025 10:12:26 +0800 Subject: [PATCH 1/7] Update New-CsTeamsCallingPolicy.md --- teams/teams-ps/teams/New-CsTeamsCallingPolicy.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/teams/teams-ps/teams/New-CsTeamsCallingPolicy.md b/teams/teams-ps/teams/New-CsTeamsCallingPolicy.md index 548d84c63f..50ec0cbd25 100644 --- a/teams/teams-ps/teams/New-CsTeamsCallingPolicy.md +++ b/teams/teams-ps/teams/New-CsTeamsCallingPolicy.md @@ -51,7 +51,7 @@ New-CsTeamsCallingPolicy [-Identity] [-PopoutForIncomingPstnCalls ] [-PreventTollBypass ] [-SpamFilteringEnabledType ] - [-VoiceSimulationInInterpretation ] + [-VoiceSimulationInInterpreter ] [-WhatIf] [] ``` @@ -105,7 +105,7 @@ Applicable: Microsoft Teams Required: False Position: Named -Default value: None +Default value: Enabled Accept pipeline input: False Accept wildcard characters: False ``` @@ -644,7 +644,7 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -VoiceSimulationInInterpretation +### -VoiceSimulationInInterpreter >[!NOTE] >This feature has not been released yet and will have no changes if it is enabled or disabled. @@ -653,10 +653,8 @@ Enables the user to use the voice simulation feature while being AI interpreted. Possible Values: -- DisabledUserOverride - Disabled - Enabled -- EnabledUserOverride ```yaml Type: String @@ -666,7 +664,7 @@ Applicable: Microsoft Teams Required: False Position: Named -Default value: None +Default value: Disabled Accept pipeline input: False Accept wildcard characters: False ``` From 79576cc036bb3d4ebe9595c9d8fe54f53d4dd366 Mon Sep 17 00:00:00 2001 From: Yujie Liu <36554196+EyamaYliu@users.noreply.github.com> Date: Fri, 10 Jan 2025 12:13:22 +0800 Subject: [PATCH 2/7] Update Set-CsTeamsCallingPolicy.md --- teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md b/teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md index 344a110c0b..b9bab1b39a 100644 --- a/teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsCallingPolicy.md @@ -48,7 +48,7 @@ Set-CsTeamsCallingPolicy [-Identity] [-PopoutForIncomingPstnCalls ] [-PreventTollBypass ] [-SpamFilteringEnabledType ] - [-VoiceSimulationInInterpretation ] + [-VoiceSimulationInInterpreter ] [-WhatIf] [] ``` @@ -111,7 +111,7 @@ Applicable: Microsoft Teams Required: False Position: Named -Default value: None +Default value: Enabled Accept pipeline input: False Accept wildcard characters: False ``` @@ -614,7 +614,7 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -VoiceSimulationInInterpretation +### -VoiceSimulationInInterpreter > [!NOTE] > This feature has not been released yet and will have no changes if it is enabled or disabled. @@ -623,10 +623,8 @@ Enables the user to use the voice simulation feature while being AI interpreted. Possible Values: -- DisabledUserOverride - Disabled - Enabled -- EnabledUserOverride ```yaml Type: String @@ -636,7 +634,7 @@ Applicable: Microsoft Teams Required: False Position: Named -Default value: None +Default value: Disabled Accept pipeline input: False Accept wildcard characters: False ``` From f1a29ab877cfea6f6cd655ee1b713a78bc7b592a Mon Sep 17 00:00:00 2001 From: Yujie Liu <36554196+EyamaYliu@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:03:09 +0800 Subject: [PATCH 3/7] Update Set-CsTeamsMeetingPolicy.md --- .../teams/Set-CsTeamsMeetingPolicy.md | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md index b1a6457abb..b6eb2d0319 100644 --- a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md @@ -23,6 +23,7 @@ The `CsTeamsMeetingPolicy` cmdlets enable administrators to control the type of ```powershell Set-CsTeamsMeetingPolicy [[-Identity] ] + [-AIInterpreter ] [-AllowAnnotations ] [-AllowAnonymousUsersToDialOut ] [-AllowAnonymousUsersToJoinMeeting ] @@ -116,6 +117,7 @@ Set-CsTeamsMeetingPolicy [[-Identity] ] [-UsersCanAdmitFromLobby ] [-VideoFiltersMode ] [-VoiceIsolation ] + [-VoiceSimulationInInterpreter ] [-WatermarkForAnonymousUsers ] [-WatermarkForCameraVideoOpacity ] [-WatermarkForCameraVideoPattern ] @@ -178,6 +180,29 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -AIInterpreter +>[!NOTE] +>This feature has not been released yet and will have no changes if it is enabled or disabled. + +Enables the user to use the AI Interpreter related features + +Possible values: + +- Disabled +- Enabled + +```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 +``` ### -AllowAnnotations This setting will allow admins to choose which users will be able to use the Annotation feature. @@ -1806,6 +1831,31 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -VoiceSimulationInInterpreter + +> [!NOTE] +> This feature has not been released yet and will have no changes if it is enabled or disabled. + +Enables the user to use the voice simulation feature while being AI interpreted. + +Possible Values: + +- Disabled +- Enabled + +```yaml +Type: String +Parameter Sets: (All) +Aliases: +Applicable: Microsoft Teams + +Required: False +Position: Named +Default value: Disabled +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -WatermarkForAnonymousUsers Determines the meeting experience and watermark content of an anonymous user. From cc2dc215272b06310c058456b8aa5f1f84243a2b Mon Sep 17 00:00:00 2001 From: Yujie Liu <36554196+EyamaYliu@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:05:47 +0800 Subject: [PATCH 4/7] Update New-CsTeamsMeetingPolicy.md --- .../teams/New-CsTeamsMeetingPolicy.md | 51 +++++++++++++++++++ 1 file changed, 51 insertions(+) diff --git a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md index 5e1d345959..363bd24d11 100644 --- a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md @@ -19,6 +19,7 @@ ms.date: 11/12/2024 ```powershell New-CsTeamsMeetingPolicy [-Identity] + [-AIInterpreter ] [-AllowAnonymousUsersToDialOut ] [-AllowAnonymousUsersToJoinMeeting ] [-AllowAnonymousUsersToStartMeeting ] @@ -112,6 +113,7 @@ New-CsTeamsMeetingPolicy [-Identity] [-UsersCanAdmitFromLobby ] [-VideoFiltersMode ] [-VoiceIsolation ] + [-VoiceSimulationInInterpreter ] [-WatermarkForAnonymousUsers ] [-WatermarkForCameraVideoOpacity ] [-WatermarkForCameraVideoPattern ] @@ -162,6 +164,30 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -AIInterpreter +>[!NOTE] +>This feature has not been released yet and will have no changes if it is enabled or disabled. + +Enables the user to use the AI Interpreter related features + +Possible values: + +- Disabled +- Enabled + +```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 +``` + ### -AllowAnonymousUsersToDialOut Determines whether anonymous users are allowed to dial out to a PSTN number. Set this to TRUE to allow anonymous users to dial out. Set this to FALSE to #prohibit anonymous users from dialing out. @@ -1731,6 +1757,31 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -VoiceSimulationInInterpreter + +> [!NOTE] +> This feature has not been released yet and will have no changes if it is enabled or disabled. + +Enables the user to use the voice simulation feature while being AI interpreted. + +Possible Values: + +- Disabled +- Enabled + +```yaml +Type: String +Parameter Sets: (All) +Aliases: +Applicable: Microsoft Teams + +Required: False +Position: Named +Default value: Disabled +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -WatermarkForAnonymousUsers Determines the meeting experience and watermark content of an anonymous user. From 954bb53c6fc0b64e1273c0adb8c825aa13db5313 Mon Sep 17 00:00:00 2001 From: Yujie Liu <36554196+EyamaYliu@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:07:16 +0800 Subject: [PATCH 5/7] Minor adjustment on Set-CsTeamsMeetingPolicy.md --- teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md index b6eb2d0319..6e79ad9788 100644 --- a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md @@ -199,10 +199,11 @@ Applicable: Microsoft Teams Required: False Position: Named -Default value: None +Default value: Enabled Accept pipeline input: False Accept wildcard characters: False ``` + ### -AllowAnnotations This setting will allow admins to choose which users will be able to use the Annotation feature. From 2e1d391ea08ee5c540e702464aeb92db1a25ae22 Mon Sep 17 00:00:00 2001 From: Ruchika Mittal Date: Sat, 11 Jan 2025 03:46:46 +0530 Subject: [PATCH 6/7] note formatting --- teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md index 363bd24d11..0b4e5b203b 100644 --- a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md @@ -977,7 +977,8 @@ Accept wildcard characters: False ``` ### -AutomaticallyStartCopilot -*Note: This feature has not been fully released yet, so the setting will have no effect.* +> [!Note] +> This feature has not been fully released yet, so the setting will have no effect.* This setting gives admins the ability to auto-start Copilot. @@ -1449,7 +1450,8 @@ Accept wildcard characters: False ### -NewMeetingRecordingExpirationDays Specifies the number of days before meeting recordings will expire and move to the recycle bin. Value can be from 1 to 99,999 days. -NOTE: You may opt to set Meeting Recordings to never expire by entering the value -1. +> [!NOTE] +> You may opt to set Meeting Recordings to never expire by entering the value -1. ```yaml Type: Int32 @@ -1542,7 +1544,8 @@ This parameter can take two possible values: - Stream - OneDriveForBusiness -Note: The change of storing Teams meeting recordings from Classic Stream to OneDrive and SharePoint (ODSP) has been completed as of August 30th, 2021. All recordings are now stored in ODSP. This change overrides the RecordingStorageMode parameter, and modifying the setting in PowerShell no longer has any impact. +> [!Note] +> The change of storing Teams meeting recordings from Classic Stream to OneDrive and SharePoint (ODSP) has been completed as of August 30th, 2021. All recordings are now stored in ODSP. This change overrides the RecordingStorageMode parameter, and modifying the setting in PowerShell no longer has any impact. ```yaml Type: String From f5b2d80c7bd26577c3c1cb6ce69c06a2163fc751 Mon Sep 17 00:00:00 2001 From: Ruchika Mittal Date: Sat, 11 Jan 2025 03:54:21 +0530 Subject: [PATCH 7/7] note formatting --- teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md index 0b4e5b203b..046a527187 100644 --- a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md @@ -1428,7 +1428,9 @@ Accept wildcard characters: False ### -MeetingInviteLanguages Controls how the join information in meeting invitations is displayed by enforcing a common language or enabling up to two languages to be displayed. -Note: All Teams supported languages can be specified using language codes. For more information about its delivery date, see the [roadmap (Feature ID: 81521)](https://www.microsoft.com/microsoft-365/roadmap?filters=&searchterms=81521). + +> [!NOTE] +> All Teams supported languages can be specified using language codes. For more information about its delivery date, see the [roadmap (Feature ID: 81521)](https://www.microsoft.com/microsoft-365/roadmap?filters=&searchterms=81521). The preliminary list of available languages is shown below: @@ -1580,7 +1582,9 @@ Accept wildcard characters: False ### -RoomPeopleNameUserOverride Enabling people recognition requires the tenant CsTeamsMeetingPolicy roomPeopleNameUserOverride to be "On" and roomAttributeUserOverride to be Attribute for allowing individual voice and face profiles to be used for recognition in meetings. -**Note**: In some locations, people recognition can't be used due to local laws or regulations. + +> [!Note] +> In some locations, people recognition can't be used due to local laws or regulations. Possible values: - On