diff --git a/exchange/exchange-ps/ExchangePowerShell/Get-HVEAccountSettings.md b/exchange/exchange-ps/ExchangePowerShell/Get-HVEAccountSettings.md index 721a37c29c..e21fb2b80d 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Get-HVEAccountSettings.md +++ b/exchange/exchange-ps/ExchangePowerShell/Get-HVEAccountSettings.md @@ -13,7 +13,7 @@ title: Get-HVEAccountSettings ## SYNOPSIS This cmdlet is available only in the cloud-based service. -Use the Get-HVEAccountSettings cmdlet to view the account settings of a high volume email (HVE) account. +Use the Get-HVEAccountSettings cmdlet to view the account settings of a High Volume Email (HVE) account. For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax). @@ -24,7 +24,7 @@ Get-HVEAccountSettings [-Identity] [] ``` ## DESCRIPTION -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). +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). 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). @@ -32,7 +32,7 @@ You need to be assigned permissions before you can run this cmdlet. Although thi ### Example 1 ```powershell -Get-HVEAccountSettings -Identity chris@tailspintoys.com +Get-HVEAccountSettings -Identity HVEAccount01@tailspintoys.com ``` This example returns the HVE account settings of the specified HVE account.