Skip to content

Commit cf37e97

Browse files
authored
Merge pull request #3 from siliebal-ms/patch-2
Minor fixes for Remove-HVEAppAccess cmdlet reference
2 parents 66a358e + 9034a6d commit cf37e97

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

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

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

@@ -39,14 +39,14 @@ You need to be assigned permissions before you can run this cmdlet. Although thi
3939

4040
### Example 1
4141
```powershell
42-
Remove-HVEAppAccess -Identity simone@tailspintoys.com -AppIds "11111111-1111-1111-1111-111111111111"
42+
Remove-HVEAppAccess -Identity HVEAccount01@tailspintoys.com -AppIds "11111111-1111-1111-1111-111111111111"
4343
```
4444

4545
This example removes the specified application from the Allowed Apps list of the specified HVE account.
4646

4747
### Example 1
4848
```powershell
49-
Remove-HVEAppAccess -Identity simone@tailspintoys.com -AppIds "11111111-1111-1111-1111-111111111111","22222222-2222-2222-2222-222222222222"
49+
Remove-HVEAppAccess -Identity HVEAccount01@tailspintoys.com -AppIds "11111111-1111-1111-1111-111111111111","22222222-2222-2222-2222-222222222222"
5050
```
5151

5252
This example removes the specified applications from the Allowed Apps list of the specified HVE account.

0 commit comments

Comments
 (0)