Skip to content

Commit 0c39fe8

Browse files
authored
Update Set-MailUser.md
1 parent acf6fce commit 0c39fe8

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-EnableLitigationHoldForMigratio
143143
[-HiddenFromAddressListsEnabled <Boolean>]
144144
[-ImmutableId <String>]
145145
[-JournalArchiveAddress <SmtpAddress>]
146-
[-LOBAppAccount]
146+
[-HVEAccount]
147147
[-MacAttachmentFormat <MacAttachmentFormat>]
148148
[-MailTip <String>]
149149
[-MailTipTranslations <MultiValuedProperty>]
@@ -219,7 +219,7 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-ExcludeFromAllOrgHolds]
219219
[-HiddenFromAddressListsEnabled <Boolean>]
220220
[-ImmutableId <String>]
221221
[-JournalArchiveAddress <SmtpAddress>]
222-
[-LOBAppAccount]
222+
[-HVEAccount]
223223
[-MacAttachmentFormat <MacAttachmentFormat>]
224224
[-MailTip <String>]
225225
[-MailTipTranslations <MultiValuedProperty>]
@@ -295,7 +295,7 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-ExcludeFromOrgHolds <String[]>]
295295
[-HiddenFromAddressListsEnabled <Boolean>]
296296
[-ImmutableId <String>]
297297
[-JournalArchiveAddress <SmtpAddress>]
298-
[-LOBAppAccount]
298+
[-HVEAccount]
299299
[-MacAttachmentFormat <MacAttachmentFormat>]
300300
[-MailboxRegion <String>]
301301
[-MailTip <String>]
@@ -371,7 +371,7 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-RecalculateInactiveMailUser]
371371
[-HiddenFromAddressListsEnabled <Boolean>]
372372
[-ImmutableId <String>]
373373
[-JournalArchiveAddress <SmtpAddress>]
374-
[-LOBAppAccount]
374+
[-HVEAccount]
375375
[-MacAttachmentFormat <MacAttachmentFormat>]
376376
[-MailboxRegion <String>]
377377
[-MailTip <String>]
@@ -447,7 +447,7 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-RemoveComplianceTagHoldApplied]
447447
[-HiddenFromAddressListsEnabled <Boolean>]
448448
[-ImmutableId <String>]
449449
[-JournalArchiveAddress <SmtpAddress>]
450-
[-LOBAppAccount]
450+
[-HVEAccount]
451451
[-MacAttachmentFormat <MacAttachmentFormat>]
452452
[-MailboxRegion <String>]
453453
[-MailTip <String>]
@@ -523,7 +523,7 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-RemoveDelayHoldApplied]
523523
[-HiddenFromAddressListsEnabled <Boolean>]
524524
[-ImmutableId <String>]
525525
[-JournalArchiveAddress <SmtpAddress>]
526-
[-LOBAppAccount]
526+
[-HVEAccount]
527527
[-MacAttachmentFormat <MacAttachmentFormat>]
528528
[-MailTip <String>]
529529
[-MailTipTranslations <MultiValuedProperty>]
@@ -599,7 +599,7 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-RemoveDelayReleaseHoldApplied]
599599
[-HiddenFromAddressListsEnabled <Boolean>]
600600
[-ImmutableId <String>]
601601
[-JournalArchiveAddress <SmtpAddress>]
602-
[-LOBAppAccount]
602+
[-HVEAccount]
603603
[-MacAttachmentFormat <MacAttachmentFormat>]
604604
[-MailTip <String>]
605605
[-MailTipTranslations <MultiValuedProperty>]
@@ -674,7 +674,7 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-RemoveDisabledArchive]
674674
[-HiddenFromAddressListsEnabled <Boolean>]
675675
[-ImmutableId <String>]
676676
[-JournalArchiveAddress <SmtpAddress>]
677-
[-LOBAppAccount]
677+
[-HVEAccount]
678678
[-MacAttachmentFormat <MacAttachmentFormat>]
679679
[-MailboxRegion <String>]
680680
[-MailTip <String>]
@@ -748,7 +748,7 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-RemoveLitigationHoldEnabled]
748748
[-HiddenFromAddressListsEnabled <Boolean>]
749749
[-ImmutableId <String>]
750750
[-JournalArchiveAddress <SmtpAddress>]
751-
[-LOBAppAccount]
751+
[-HVEAccount]
752752
[-MacAttachmentFormat <MacAttachmentFormat>]
753753
[-MailTip <String>]
754754
[-MailTipTranslations <MultiValuedProperty>]
@@ -824,7 +824,7 @@ Set-MailUser [-Identity] <MailUserIdParameter> [-RemoveOrphanedHolds <String[]>]
824824
[-HiddenFromAddressListsEnabled <Boolean>]
825825
[-ImmutableId <String>]
826826
[-JournalArchiveAddress <SmtpAddress>]
827-
[-LOBAppAccount]
827+
[-HVEAccount]
828828
[-MacAttachmentFormat <MacAttachmentFormat>]
829829
[-MailTip <String>]
830830
[-MailTipTranslations <MultiValuedProperty>]
@@ -1872,17 +1872,17 @@ Accept wildcard characters: False
18721872
### -LOBAppAccount
18731873
This parameter is available only in the cloud-based service.
18741874

1875-
{{ Fill LOBAppAccount Description }}
1875+
The HVEAccount switch parameter specifies, that this mail user is an account that is specifically used for the [High volume email service](/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
```

0 commit comments

Comments
 (0)