Skip to content

Commit 75b9d7d

Browse files
authored
Merge branch 'main' into main
2 parents 32125ae + 34e6ad9 commit 75b9d7d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
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

0 commit comments

Comments
 (0)