Skip to content

publish main to live, 10:30 AM 9/4/24 #12099

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions exchange/exchange-ps/exchange/Set-OrganizationConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```
Expand Down
20 changes: 20 additions & 0 deletions teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
38 changes: 34 additions & 4 deletions teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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:

Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -1171,6 +1175,32 @@ 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.

Expand Down