From 77d1310e465d1690025d0b4c84f86edfc878d799 Mon Sep 17 00:00:00 2001 From: Simone Liebal <235106712+siliebal-ms@users.noreply.github.com> Date: Tue, 21 Apr 2026 10:44:11 +0200 Subject: [PATCH] Minor change to clarify example 2 Clarified the example description to indicate multiple applications can be removed. --- exchange/exchange-ps/ExchangePowerShell/Remove-HVEAppAccess.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/ExchangePowerShell/Remove-HVEAppAccess.md b/exchange/exchange-ps/ExchangePowerShell/Remove-HVEAppAccess.md index b19e603799..b5f4802e40 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Remove-HVEAppAccess.md +++ b/exchange/exchange-ps/ExchangePowerShell/Remove-HVEAppAccess.md @@ -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