Skip to content

Commit acf6fce

Browse files
authored
Update New-MailUser.md
1 parent 6bfb3be commit acf6fce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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 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.
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
```

0 commit comments

Comments
 (0)