Skip to content

Commit b3b8f19

Browse files
authored
Merge pull request #4 from siliebal-ms/patch-3
Minor fixes in Get-HVEAccountSettings cmdlet reference
2 parents cf37e97 + 8e0282e commit b3b8f19

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

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

16-
Use the Get-HVEAccountSettings cmdlet to view the account settings of a high volume email (HVE) account.
16+
Use the Get-HVEAccountSettings cmdlet to view 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

@@ -24,15 +24,15 @@ Get-HVEAccountSettings [-Identity] <MailUserIdParameter> [<CommonParameters>]
2424
```
2525

2626
## DESCRIPTION
27-
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).
27+
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).
2828

2929
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).
3030

3131
## EXAMPLES
3232

3333
### Example 1
3434
```powershell
35-
Get-HVEAccountSettings -Identity chris@tailspintoys.com
35+
Get-HVEAccountSettings -Identity HVEAccount01@tailspintoys.com
3636
```
3737

3838
This example returns the HVE account settings of the specified HVE account.

0 commit comments

Comments
 (0)