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
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ This example removes the specified application from the Allowed Apps list of the
Remove-HVEAppAccess -Identity HVEAccount01@tailspintoys.com -AppIds "11111111-1111-1111-1111-111111111111","22222222-2222-2222-2222-222222222222"
```

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

### Example 3
```powershell
Expand Down
Loading