diff --git a/exchange/exchange-ps/exchange/Get-App.md b/exchange/exchange-ps/exchange/Get-App.md index a6f89ddb13..abdf2774a2 100644 --- a/exchange/exchange-ps/exchange/Get-App.md +++ b/exchange/exchange-ps/exchange/Get-App.md @@ -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) diff --git a/exchange/exchange-ps/exchange/Set-Mailbox.md b/exchange/exchange-ps/exchange/Set-Mailbox.md index 6dfbeeb907..f24e40f01c 100644 --- a/exchange/exchange-ps/exchange/Set-Mailbox.md +++ b/exchange/exchange-ps/exchange/Set-Mailbox.md @@ -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 diff --git a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md index 20b0141d13..f0c1d7cc53 100644 --- a/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md @@ -7,6 +7,7 @@ title: New-CsTeamsMeetingPolicy schema: 2.0.0 manager: bulenteg ms.reviewer: wblocker +ms.date: 11/12/2024 --- # New-CsTeamsMeetingPolicy @@ -89,7 +90,7 @@ New-CsTeamsMeetingPolicy [-Identity] [-LiveCaptionsEnabledType ] [-LiveInterpretationEnabledType ] [-LiveStreamingMode ] - [-LobbyChats ] + [-LobbyChat ] [-MediaBitRateKb ] [-MeetingChatEnabledType ] [-MeetingInviteLanguages ] @@ -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. diff --git a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md index 5ba4c2d3b6..df802bf4ce 100644 --- a/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md +++ b/teams/teams-ps/teams/Set-CsTeamsMeetingPolicy.md @@ -9,6 +9,7 @@ manager: bulenteg author: tomkau ms.author: tomkau ms.reviewer: wblocker +ms.date: 11/12/2024 --- # Set-CsTeamsMeetingPolicy @@ -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.