Skip to content
Merged
2 changes: 2 additions & 0 deletions exchange/exchange-ps/exchange/Get-App.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ The Mailbox parameter specifies the identity of the mailbox where the apps are i

You can't use this parameter with the Identity parameter.

Note: This parameter only returns user installed and default add-ins. It doesn't return add-ins installed by admins from Integrated Apps. For more information, see [Deploy and manage Office Add-ins](https://learn.microsoft.com/microsoft-365/admin/manage/office-addins).

```yaml
Type: MailboxIdParameter
Parameter Sets: (All)
Expand Down
1 change: 1 addition & 0 deletions exchange/exchange-ps/exchange/Set-Mailbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -5492,6 +5492,7 @@ The Type parameter specifies the mailbox type for the mailbox. Valid values are:
- Room
- Shared
- Workspace (cloud-only)
- Desk (cloud-only): This value doesn't result in a desk that's available for booking. Instead, create the desk in Places PowerShell using the [New-Place](https://learn.microsoft.com/microsoft-365/places/powershell/new-place) cmdlet, and then link the desk to this mailbox using the [Set-PlaceV3](/microsoft-365/places/powershell/set-placev3) cmdlet.

```yaml
Type: ConvertibleMailboxSubType
Expand Down
5 changes: 3 additions & 2 deletions teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ title: New-CsTeamsMeetingPolicy
schema: 2.0.0
manager: bulenteg
ms.reviewer: wblocker
ms.date: 11/12/2024
---

# New-CsTeamsMeetingPolicy
Expand Down Expand Up @@ -89,7 +90,7 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
[-LiveCaptionsEnabledType <String>]
[-LiveInterpretationEnabledType <String>]
[-LiveStreamingMode <String>]
[-LobbyChats <string>]
[-LobbyChat <string>]
[-MediaBitRateKb <UInt32>]
[-MeetingChatEnabledType <String>]
[-MeetingInviteLanguages <String>]
Expand Down Expand Up @@ -1326,7 +1327,7 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -LobbyChats
### -LobbyChat

>[!NOTE]
>This feature has not been released yet and will have no changes if it is enabled or disabled.
Expand Down
3 changes: 2 additions & 1 deletion teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ manager: bulenteg
author: tomkau
ms.author: tomkau
ms.reviewer: wblocker
ms.date: 11/12/2024
---

# Set-CsTeamsMeetingPolicy
Expand Down Expand Up @@ -1371,7 +1372,7 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -LobbyChats
### -LobbyChat

>[!NOTE]
>This feature has not been released yet and will have no changes if it is enabled or disabled.
Expand Down