Skip to content

Commit a29e856

Browse files
authored
Merge pull request #12366 from MicrosoftDocs/main
Publish main to live, Tuesday 6:30PM PST, 11/12
2 parents ff770fc + 1b46c82 commit a29e856

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

exchange/exchange-ps/exchange/Get-App.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ The Mailbox parameter specifies the identity of the mailbox where the apps are i
109109
110110
You can't use this parameter with the Identity parameter.
111111
112+
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).
113+
112114
```yaml
113115
Type: MailboxIdParameter
114116
Parameter Sets: (All)

exchange/exchange-ps/exchange/Set-Mailbox.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5492,6 +5492,7 @@ The Type parameter specifies the mailbox type for the mailbox. Valid values are:
54925492
- Room
54935493
- Shared
54945494
- Workspace (cloud-only)
5495+
- 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.
54955496

54965497
```yaml
54975498
Type: ConvertibleMailboxSubType

teams/teams-ps/teams/New-CsTeamsMeetingPolicy.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ title: New-CsTeamsMeetingPolicy
77
schema: 2.0.0
88
manager: bulenteg
99
ms.reviewer: wblocker
10+
ms.date: 11/12/2024
1011
---
1112

1213
# New-CsTeamsMeetingPolicy
@@ -89,7 +90,7 @@ New-CsTeamsMeetingPolicy [-Identity] <XdsIdentity>
8990
[-LiveCaptionsEnabledType <String>]
9091
[-LiveInterpretationEnabledType <String>]
9192
[-LiveStreamingMode <String>]
92-
[-LobbyChats <string>]
93+
[-LobbyChat <string>]
9394
[-MediaBitRateKb <UInt32>]
9495
[-MeetingChatEnabledType <String>]
9596
[-MeetingInviteLanguages <String>]
@@ -1326,7 +1327,7 @@ Accept pipeline input: False
13261327
Accept wildcard characters: False
13271328
```
13281329
1329-
### -LobbyChats
1330+
### -LobbyChat
13301331
13311332
>[!NOTE]
13321333
>This feature has not been released yet and will have no changes if it is enabled or disabled.

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ manager: bulenteg
99
author: tomkau
1010
ms.author: tomkau
1111
ms.reviewer: wblocker
12+
ms.date: 11/12/2024
1213
---
1314

1415
# Set-CsTeamsMeetingPolicy
@@ -1371,7 +1372,7 @@ Accept pipeline input: False
13711372
Accept wildcard characters: False
13721373
```
13731374
1374-
### -LobbyChats
1375+
### -LobbyChat
13751376
13761377
>[!NOTE]
13771378
>This feature has not been released yet and will have no changes if it is enabled or disabled.

0 commit comments

Comments
 (0)