Skip to content

Commit d1e9fbc

Browse files
authored
Merge pull request #5 from siliebal-ms/patch-4
Minor fixes to Set-HVEAccountSetting cmdlet reference
2 parents b3b8f19 + cacca7f commit d1e9fbc

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

exchange/exchange-ps/ExchangePowerShell/Set-HVEAccountSettings.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ title: Set-HVEAccountSettings
1313
## SYNOPSIS
1414
This cmdlet is available only in the cloud-based service.
1515

16-
Use the Set-HVEAccountSettings cmdlet to modify the account settings of a high volume email (HVE) account.
16+
Use the Set-HVEAccountSettings cmdlet to modify the account settings of a High Volume Email (HVE) account.
1717

1818
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
1919

@@ -27,18 +27,20 @@ Set-HVEAccountSettings [-Identity] <MailUserIdParameter> [-ReplyTo <SmtpAddress>
2727
```
2828

2929
## DESCRIPTION
30-
An HVE account is a special type of mail user (also known as a mail-enabled user) used to send large amounts of email. For more information, see [High volume email](https://learn.microsoft.com/exchange/mail-flow-best-practices/high-volume-mails-m365).
30+
An HVE account is a special type of mail user (also known as a mail-enabled user) used to send large amounts of email. For more information, see [High Volume Email](https://learn.microsoft.com/exchange/mail-flow-best-practices/high-volume-mails-m365).
31+
32+
Changes can take up to 5 minutes to take effect.
3133

3234
You need to be assigned permissions before you can run this cmdlet. Although this article lists all parameters for the cmdlet, you might not have access to some parameters if they aren't included in the permissions assigned to you. To find the permissions required to run any cmdlet or parameter in your organization, see [Find the permissions required to run any Exchange cmdlet](https://learn.microsoft.com/powershell/exchange/find-exchange-cmdlet-permissions).
3335

3436
## EXAMPLES
3537

3638
### Example 1
3739
```powershell
38-
Set-HVEAccountSettings -Identity simone@tailspintoys.com -ReplyTo marketing@tailspintoys.com
40+
Set-HVEAccountSettings -Identity HVEAccount01@tailspintoys.com -ReplyTo marketing@tailspintoys.com
3941
```
4042

41-
This example modifies the HVE account `simone@tailspintoys.com` by setting the ReplyTo address to `marketing@tailspintoys.com`.
43+
This example modifies the HVE account `HVEAccount01@tailspintoys.com` by setting the ReplyTo address to `marketing@tailspintoys.com`.
4244

4345
## PARAMETERS
4446

0 commit comments

Comments
 (0)