Skip to content

Commit a194918

Browse files
authored
Merge branch 'main' into patch-31
2 parents 2f8865f + 1b46c82 commit a194918

File tree

152 files changed

+1277
-577
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+1277
-577
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/Get-MailUser.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ Get-MailUser [[-Identity] <MailUserIdParameter>]
5252
[<CommonParameters>]
5353
```
5454

55-
### LOBAppAccount
55+
### HVEAccount
5656
```
57-
Get-MailUser [-LOBAppAccount]
57+
Get-MailUser [-HVEAccount]
5858
[-Filter <String>]
5959
[-OrganizationalUnit <OrganizationalUnitIdParameter>]
6060
[-ResultSize <Unlimited>]
@@ -216,20 +216,20 @@ Accept pipeline input: false
216216
Accept wildcard characters: False
217217
```
218218

219-
### -LOBAppAccount
219+
### -HVEAccount
220220
This parameter is available only in the cloud-based service.
221221

222-
{{ Fill LOBAppAccount Description }}
222+
The HVEAccount switch specifies that this mail user account is specifically used for the [High volume email service](https://learn.microsoft.com/exchange/mail-flow-best-practices/high-volume-mails-m365). You don't need to specify a value with this switch.
223223

224224
```yaml
225225
Type: SwitchParameter
226226
Parameter Sets: LOBAppAccount
227227
Aliases:
228228
Applicable: Exchange Online, Exchange Online Protection
229229
230-
Required: False
231230
Position: Named
232231
Default value: None
232+
Required: False
233233
Accept pipeline input: False
234234
Accept wildcard characters: False
235235
```

exchange/exchange-ps/exchange/New-ComplianceSearchAction.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,9 @@ Accept wildcard characters: False
451451
The Purge switch specifies the action for the content search is to remove items that match the search criteria. You don't need to specify a value with this switch.
452452

453453
- A maximum of 10 items per mailbox can be removed at one time. Because the capability to search for and remove messages is intended to be an incident-response tool, this limit helps ensure that messages are quickly removed from mailboxes. This action isn't intended to clean up user mailboxes.
454+
455+
**Tip**: To purge more than 10 items, refer to [ediscoverySearch: purgeData](https://learn.microsoft.com/graph/api/security-ediscoverysearch-purgedata) in the Microsoft Graph API, which allows purging a maximum of 100 items per location.
456+
454457
- You can remove items from a maximum of 50,000 mailboxes using a single content search. To remove items from more than 50,000 mailboxes, you'll have to create separate content searches. For more information, see [Search for and delete email messages in your Microsoft 365 organization](https://learn.microsoft.com/purview/ediscovery-search-for-and-delete-email-messages).
455458
- Unindexed items aren't removed from mailboxes when you use this switch.
456459
- The value of the PurgeType parameter controls how the items are removed.

exchange/exchange-ps/exchange/New-MailUser.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ New-MailUser [-Name] <String> -FederatedIdentity <String>
127127

128128
### LOBAppAccount
129129
```
130-
New-MailUser [-Name] <String> -Password <SecureString> [-LOBAppAccount]
130+
New-MailUser [-Name] <String> -Password <SecureString> [-HVEAccount]
131131
[-Alias <String>]
132132
[-Confirm]
133133
[-DisplayName <String>]
@@ -531,20 +531,20 @@ Accept pipeline input: False
531531
Accept wildcard characters: False
532532
```
533533

534-
### -LOBAppAccount
534+
### -HVEAccount
535535
This parameter is available only in the cloud-based service.
536536

537-
{{ Fill LOBAppAccount Description }}
537+
The HVEAccount switch specifies that this mail user account is specifically used for the [High volume email service](https://learn.microsoft.com/exchange/mail-flow-best-practices/high-volume-mails-m365). You don't need to specify a value with this switch.
538538

539539
```yaml
540540
Type: SwitchParameter
541-
Parameter Sets: LOBAppAccount
541+
Parameter Sets: HVEAccount
542542
Aliases:
543543
Applicable: Exchange Online, Exchange Online Protection
544544
545-
Required: False
546545
Position: Named
547546
Default value: None
547+
Required: False
548548
Accept pipeline input: False
549549
Accept wildcard characters: False
550550
```

exchange/exchange-ps/exchange/Set-MailUser.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-EnableLitigationHoldForMigratio
141141
[-ForceUpgrade]
142142
[-GrantSendOnBehalfTo <MultiValuedProperty>]
143143
[-HiddenFromAddressListsEnabled <Boolean>]
144+
[-HVEAccount]
144145
[-ImmutableId <String>]
145146
[-JournalArchiveAddress <SmtpAddress>]
146-
[-LOBAppAccount]
147147
[-MacAttachmentFormat <MacAttachmentFormat>]
148148
[-MailTip <String>]
149149
[-MailTipTranslations <MultiValuedProperty>]
@@ -217,9 +217,9 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-ExcludeFromAllOrgHolds]
217217
[-ForceUpgrade]
218218
[-GrantSendOnBehalfTo <MultiValuedProperty>]
219219
[-HiddenFromAddressListsEnabled <Boolean>]
220+
[-HVEAccount]
220221
[-ImmutableId <String>]
221222
[-JournalArchiveAddress <SmtpAddress>]
222-
[-LOBAppAccount]
223223
[-MacAttachmentFormat <MacAttachmentFormat>]
224224
[-MailTip <String>]
225225
[-MailTipTranslations <MultiValuedProperty>]
@@ -293,9 +293,9 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-ExcludeFromOrgHolds <String[]>]
293293
[-ForceUpgrade]
294294
[-GrantSendOnBehalfTo <MultiValuedProperty>]
295295
[-HiddenFromAddressListsEnabled <Boolean>]
296+
[-HVEAccount]
296297
[-ImmutableId <String>]
297298
[-JournalArchiveAddress <SmtpAddress>]
298-
[-LOBAppAccount]
299299
[-MacAttachmentFormat <MacAttachmentFormat>]
300300
[-MailboxRegion <String>]
301301
[-MailTip <String>]
@@ -369,9 +369,9 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-RecalculateInactiveMailUser]
369369
[-ForceUpgrade]
370370
[-GrantSendOnBehalfTo <MultiValuedProperty>]
371371
[-HiddenFromAddressListsEnabled <Boolean>]
372+
[-HVEAccount]
372373
[-ImmutableId <String>]
373374
[-JournalArchiveAddress <SmtpAddress>]
374-
[-LOBAppAccount]
375375
[-MacAttachmentFormat <MacAttachmentFormat>]
376376
[-MailboxRegion <String>]
377377
[-MailTip <String>]
@@ -445,9 +445,9 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-RemoveComplianceTagHoldApplied]
445445
[-ForceUpgrade]
446446
[-GrantSendOnBehalfTo <MultiValuedProperty>]
447447
[-HiddenFromAddressListsEnabled <Boolean>]
448+
[-HVEAccount]
448449
[-ImmutableId <String>]
449450
[-JournalArchiveAddress <SmtpAddress>]
450-
[-LOBAppAccount]
451451
[-MacAttachmentFormat <MacAttachmentFormat>]
452452
[-MailboxRegion <String>]
453453
[-MailTip <String>]
@@ -521,9 +521,9 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-RemoveDelayHoldApplied]
521521
[-ForceUpgrade]
522522
[-GrantSendOnBehalfTo <MultiValuedProperty>]
523523
[-HiddenFromAddressListsEnabled <Boolean>]
524+
[-HVEAccount]
524525
[-ImmutableId <String>]
525526
[-JournalArchiveAddress <SmtpAddress>]
526-
[-LOBAppAccount]
527527
[-MacAttachmentFormat <MacAttachmentFormat>]
528528
[-MailTip <String>]
529529
[-MailTipTranslations <MultiValuedProperty>]
@@ -597,9 +597,9 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-RemoveDelayReleaseHoldApplied]
597597
[-ForceUpgrade]
598598
[-GrantSendOnBehalfTo <MultiValuedProperty>]
599599
[-HiddenFromAddressListsEnabled <Boolean>]
600+
[-HVEAccount]
600601
[-ImmutableId <String>]
601602
[-JournalArchiveAddress <SmtpAddress>]
602-
[-LOBAppAccount]
603603
[-MacAttachmentFormat <MacAttachmentFormat>]
604604
[-MailTip <String>]
605605
[-MailTipTranslations <MultiValuedProperty>]
@@ -672,9 +672,9 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-RemoveDisabledArchive]
672672
[-ForceUpgrade]
673673
[-GrantSendOnBehalfTo <MultiValuedProperty>]
674674
[-HiddenFromAddressListsEnabled <Boolean>]
675+
[-HVEAccount]
675676
[-ImmutableId <String>]
676677
[-JournalArchiveAddress <SmtpAddress>]
677-
[-LOBAppAccount]
678678
[-MacAttachmentFormat <MacAttachmentFormat>]
679679
[-MailboxRegion <String>]
680680
[-MailTip <String>]
@@ -746,9 +746,9 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-RemoveLitigationHoldEnabled]
746746
[-ForceUpgrade]
747747
[-GrantSendOnBehalfTo <MultiValuedProperty>]
748748
[-HiddenFromAddressListsEnabled <Boolean>]
749+
[-HVEAccount]
749750
[-ImmutableId <String>]
750751
[-JournalArchiveAddress <SmtpAddress>]
751-
[-LOBAppAccount]
752752
[-MacAttachmentFormat <MacAttachmentFormat>]
753753
[-MailTip <String>]
754754
[-MailTipTranslations <MultiValuedProperty>]
@@ -822,9 +822,9 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-RemoveOrphanedHolds <String[]>]
822822
[-ForceUpgrade]
823823
[-GrantSendOnBehalfTo <MultiValuedProperty>]
824824
[-HiddenFromAddressListsEnabled <Boolean>]
825+
[-HVEAccount]
825826
[-ImmutableId <String>]
826827
[-JournalArchiveAddress <SmtpAddress>]
827-
[-LOBAppAccount]
828828
[-MacAttachmentFormat <MacAttachmentFormat>]
829829
[-MailTip <String>]
830830
[-MailTipTranslations <MultiValuedProperty>]
@@ -1869,20 +1869,20 @@ Accept pipeline input: False
18691869
Accept wildcard characters: False
18701870
```
18711871

1872-
### -LOBAppAccount
1872+
### -HVEAccount
18731873
This parameter is available only in the cloud-based service.
18741874

1875-
{{ Fill LOBAppAccount Description }}
1875+
The HVEAccount switch specifies that this mail user account is specifically used for the [High volume email service](https://learn.microsoft.com/exchange/mail-flow-best-practices/high-volume-mails-m365). You don't need to specify a value with this switch.
18761876

18771877
```yaml
18781878
Type: SwitchParameter
18791879
Parameter Sets: EnableLitigationHoldForMigration, ExcludeFromAllOrgHolds, ExcludeFromOrgHolds, RecalculateInactiveMailUser, RemoveComplianceTagHoldApplied, RemoveDelayHoldApplied, RemoveDelayReleaseHoldApplied, RemoveDisabledArchive, RemoveLitigationHoldEnabled, RemoveOrphanedHolds
18801880
Aliases:
18811881
Applicable: Exchange Online, Exchange Online Protection
18821882
1883-
Required: False
18841883
Position: Named
18851884
Default value: None
1885+
Required: False
18861886
Accept pipeline input: False
18871887
Accept wildcard characters: False
18881888
```

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

skype/skype-ps/skype/Add-CsSlaDelegates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Rtc.Management.dll-help.xml
33
online version: https://learn.microsoft.com/powershell/module/skype/add-cssladelegates
4-
applicable: Skype for Business Server 2015, Skype for Business Server 2019
4+
applicable: Skype for Business Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
55
title: Add-CsSlaDelegates
66
schema: 2.0.0
77
manager: rogupta

skype/skype-ps/skype/Clear-CsPersistentChatRoom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Rtc.Management.dll-help.xml
33
online version: https://learn.microsoft.com/powershell/module/skype/clear-cspersistentchatroom
4-
applicable: Lync Server 2013, Skype for Business Server 2015
4+
applicable: Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
55
title: Clear-CsPersistentChatRoom
66
schema: 2.0.0
77
manager: rogupta

skype/skype-ps/skype/Copy-CsVoicePolicy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
online version: https://learn.microsoft.com/powershell/module/skype/copy-csvoicepolicy
4-
applicable: Lync Server 2013, Skype for Business Online
4+
applicable: Lync Server 2013
55
title: Copy-CsVoicePolicy
66
schema: 2.0.0
77
manager: bulenteg

skype/skype-ps/skype/Debug-CsUnifiedContactStore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Rtc.Management.dll-help.xml
33
online version: https://learn.microsoft.com/powershell/module/skype/debug-csunifiedcontactstore
4-
applicable: Skype for Business Server 2015, Skype for Business Server 2019
4+
applicable: Skype for Business Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
55
title: Debug-CsUnifiedContactStore
66
schema: 2.0.0
77
manager: rogupta

0 commit comments

Comments
 (0)