From 85466f3ab17a7a839c81ef5740d3257743003593 Mon Sep 17 00:00:00 2001 From: VNAI <29312838+1VNAI@users.noreply.github.com> Date: Wed, 28 Aug 2024 17:24:56 -0700 Subject: [PATCH 1/5] Update Set-CsTeamsMeetingPolicy.md --- .../teams/Set-CsTeamsMeetingPolicy.md | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md index 4115ddc944..ce8064002d 100644 --- a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md @@ -1171,6 +1171,30 @@ Accept pipeline input: False 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. +Possible values: + +- Off +- On + +On - Policy value allows People recognition option on Microsoft Teams Rooms under call control bar. +Off – No People Recognition option on Microsoft Teams Room (Default). + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ScreenSharingMode Determines the mode in which a user can share a screen in calls or meetings. Set this to SingleApplication to allow the user to share an application at a given point in time. Set this to EntireScreen to allow the user to share anything on their screens. Set this to Disabled to prohibit the user from sharing their screens. From f8da30a8c47ab721975c01a258dbaac9552a1b63 Mon Sep 17 00:00:00 2001 From: VNAI <29312838+1VNAI@users.noreply.github.com> Date: Wed, 28 Aug 2024 17:32:22 -0700 Subject: [PATCH 2/5] Update New-CsTeamsMeetingPolicy.md added: 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. Possible values: --- .../teams/New-CsTeamsMeetingPolicy.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md index e7b2133552..5cd1932d81 100644 --- a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md @@ -1094,6 +1094,26 @@ Accept pipeline input: False 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. +Possible values: + +- On +- Off + +```yaml +Type: String +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ScreenSharingMode Determines the mode in which a user can share a screen in calls or meetings. Set this to SingleApplication to allow the user to share an application at a given point in time. Set this to EntireScreen to allow the user to share anything on their screens. Set this to Disabled to prohibit the user from sharing their screens. From b6375d18d1e2848883b80c2b9d309df58315557d Mon Sep 17 00:00:00 2001 From: Alberto Pascual - MSFT Date: Wed, 4 Sep 2024 09:16:12 +0200 Subject: [PATCH 3/5] Update Set-OrganizationConfig.md IsGroupMemberAllowedToEditContent parameter description has been added as it was missing. The content was taken from the public article https://learn.microsoft.com/en-us/microsoft-365/enterprise/manage-folders-and-rules-feature?view=o365-worldwide#enable-member-permission-option --- exchange/exchange-ps/exchange/Set-OrganizationConfig.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exchange/exchange-ps/exchange/Set-OrganizationConfig.md b/exchange/exchange-ps/exchange/Set-OrganizationConfig.md index 9e03684c6b..a4fc92a74e 100644 --- a/exchange/exchange-ps/exchange/Set-OrganizationConfig.md +++ b/exchange/exchange-ps/exchange/Set-OrganizationConfig.md @@ -2419,7 +2419,7 @@ Accept wildcard characters: False ### -IsGroupMemberAllowedToEditContent This parameter is available only in the cloud-based service. -{{ Fill IsGroupMemberAllowedToEditContent Description }} +The IsGroupMemberAllowedToEditContent parameter specifies whether group owner can grant permission to members for Folders and Rules feature content edit. ```yaml Type: Boolean @@ -2429,7 +2429,7 @@ Applicable: Exchange Online, Exchange Online Protection Required: False Position: Named -Default value: None +Default value: False Accept pipeline input: False Accept wildcard characters: False ``` From 570726075af9b599c80ca03f764cd6b5d6b1e8ac Mon Sep 17 00:00:00 2001 From: Jeff Borsecnik <123032460+American-Dipper@users.noreply.github.com> Date: Wed, 4 Sep 2024 08:30:58 -0700 Subject: [PATCH 4/5] Update Set-CsTeamsMeetingPolicy.md -fix Note format to Learn standard --- teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md index ce8064002d..71af3ab464 100644 --- a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md @@ -1174,14 +1174,16 @@ 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. -Possible values: - -- Off -- On -On - Policy value allows People recognition option on Microsoft Teams Rooms under call control bar. -Off – No People Recognition option on Microsoft Teams Room (Default). +>[!NOTE] +>In some locations, people recognition can't be used due to local laws or regulations. +Possible values: +> - Off +> - On +> +>On - Policy value allows People recognition option on Microsoft Teams Rooms under call control bar. +> +>Off – No People Recognition option on Microsoft Teams Room (Default). ```yaml Type: String From da664a4318cc1f45b2f20d8f63a213894a4e48bd Mon Sep 17 00:00:00 2001 From: Jeff Borsecnik <123032460+American-Dipper@users.noreply.github.com> Date: Wed, 4 Sep 2024 08:36:55 -0700 Subject: [PATCH 5/5] Update Set-CsTeamsMeetingPolicy.md - standardiz notes --- teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md index 71af3ab464..5d771058c2 100644 --- a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md @@ -730,7 +730,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. @@ -1081,7 +1082,8 @@ 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: @@ -1103,7 +1105,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. Value can also be -1 to set meeting recordings to never expire. -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 @@ -1138,7 +1141,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