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] 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.