Skip to content

Commit 168c40e

Browse files
Merge pull request #12091 from 1VNAI/patch-3
Update Set-CsTeamsMeetingPolicy.md
2 parents 247e8c6 + da664a4 commit 168c40e

File tree

1 file changed

+34
-4
lines changed

1 file changed

+34
-4
lines changed

teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,8 @@ Accept wildcard characters: False
730730
```
731731
732732
### -AutomaticallyStartCopilot
733-
*Note: This feature has not been fully released yet, so the setting will have no effect.*
733+
> [!NOTE]
734+
> This feature has not been fully released yet, so the setting will have no effect.
734735
735736
This setting gives admins the ability to auto-start Copilot.
736737
@@ -1081,7 +1082,8 @@ Accept wildcard characters: False
10811082
### -MeetingInviteLanguages
10821083
Controls how the join information in meeting invitations is displayed by enforcing a common language or enabling up to two languages to be displayed.
10831084
1084-
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).
1085+
> [!NOTE]
1086+
> 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).
10851087
10861088
The preliminary list of available languages is shown below:
10871089
@@ -1103,7 +1105,8 @@ Accept wildcard characters: False
11031105
### -NewMeetingRecordingExpirationDays
11041106
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.
11051107

1106-
NOTE: You may opt to set Meeting Recordings to never expire by entering the value -1.
1108+
> [!NOTE]
1109+
> You may opt to set Meeting Recordings to never expire by entering the value -1.
11071110

11081111
```yaml
11091112
Type: Int32
@@ -1138,7 +1141,8 @@ This parameter can take two possible values:
11381141
- Stream
11391142
- OneDriveForBusiness
11401143

1141-
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.
1144+
> [!NOTE]
1145+
> 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.
11421146

11431147
```yaml
11441148
Type: String
@@ -1171,6 +1175,32 @@ Accept pipeline input: False
11711175
Accept wildcard characters: False
11721176
```
11731177

1178+
### -RoomPeopleNameUserOverride
1179+
1180+
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.
1181+
1182+
>[!NOTE]
1183+
>In some locations, people recognition can't be used due to local laws or regulations.
1184+
Possible values:
1185+
> - Off
1186+
> - On
1187+
>
1188+
>On - Policy value allows People recognition option on Microsoft Teams Rooms under call control bar.
1189+
>
1190+
>Off – No People Recognition option on Microsoft Teams Room (Default).
1191+
1192+
```yaml
1193+
Type: String
1194+
Parameter Sets: (All)
1195+
Aliases:
1196+
1197+
Required: False
1198+
Position: Named
1199+
Default value: None
1200+
Accept pipeline input: False
1201+
Accept wildcard characters: False
1202+
```
1203+
11741204
### -ScreenSharingMode
11751205
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.
11761206

0 commit comments

Comments
 (0)