Skip to content

Commit 66a358e

Browse files
authored
Merge pull request #2 from siliebal-ms/patch-1
Minor fixes to Add-HVEAppAccess cmdlet reference
2 parents 494bc28 + 4275e93 commit 66a358e

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

exchange/exchange-ps/ExchangePowerShell/Add-HVEAppAccess.md

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

16-
Use the Add-HVEAppAccess cmdlet to add applications to the Allowed Apps list of a high volume email (HVE) account.
16+
Use the Add-HVEAppAccess cmdlet to add applications to the Allowed Apps list 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,27 +27,29 @@ Add-HVEAppAccess -AppIds <MultiValuedProperty> [-Identity] <MailUserIdParameter>
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).
3131

3232
The Allowed Apps list defines which Microsoft Entra applications are authorized to authenticate and send email via OAuth using the specified HVE account. Each HVE account can have up to ten allowed apps assigned. For more information, see [OAuth authentication for High Volume Email](https://learn.microsoft.com/exchange/mail-flow-best-practices/oauth-high-volume-mails-m365).
3333

34+
Changes can take up to 5 minutes to take effect.
35+
3436
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).
3537

3638
## EXAMPLES
3739

3840
### Example 1
3941
```powershell
40-
Add-HVEAppAccess -Identity simone@tailspintoys.com -AppIds "11111111-1111-1111-1111-111111111111"
42+
Add-HVEAppAccess -Identity HVEAccount01@tailspintoys.com -AppIds "11111111-1111-1111-1111-111111111111"
4143
```
4244

43-
This example removes the specified application from the Allowed Apps list of the specified HVE account.
45+
This example adds the specified application to the Allowed Apps list of the specified HVE account.
4446

4547
### Example 1
4648
```powershell
47-
Add-HVEAppAccess -Identity simone@tailspintoys.com -AppIds "11111111-1111-1111-1111-111111111111","22222222-2222-2222-2222-222222222222"
49+
Add-HVEAppAccess -Identity HVEAccount01@tailspintoys.com -AppIds "11111111-1111-1111-1111-111111111111","22222222-2222-2222-2222-222222222222"
4850
```
4951

50-
This example removes the specified applications from the Allowed Apps list of the specified HVE account.
52+
This example adds the specified applications to the Allowed Apps list of the specified HVE account.
5153

5254
## PARAMETERS
5355

0 commit comments

Comments
 (0)