Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions exchange/exchange-ps/ExchangePowerShell/Add-HVEAppAccess.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ Add-HVEAppAccess -Identity HVEAccount01@tailspintoys.com -AppIds "11111111-1111-

This example adds the specified application to the Allowed Apps list of the specified HVE account.

### Example 1
### Example 2
```powershell
Add-HVEAppAccess -Identity HVEAccount01@tailspintoys.com -AppIds "11111111-1111-1111-1111-111111111111","22222222-2222-2222-2222-222222222222"
```

This example adds the specified applications to the Allowed Apps list of the specified HVE account.
This example adds multiple specified applications to the Allowed Apps list of the specified HVE account.

## PARAMETERS

Expand Down
Loading