From 37f3196720d90dfa001f4327fc288216bd30e702 Mon Sep 17 00:00:00 2001 From: Mandar <83323280+mshahane@users.noreply.github.com> Date: Fri, 1 Aug 2025 09:22:10 +0900 Subject: [PATCH 1/3] Update Disable-App.md Confirmed with the PG in below ADO issue that even if admin disabled default app by Disable-App cmdlet, it gets enabled automatically once user access the app thereafter. https://o365exchange.visualstudio.com/DefaultCollection/O365%20Core/_workitems/edit/5593477 Therefore, mentioning the same to avoid confusion at customer side (There are already similar SRs in the past from time to time). --- exchange/exchange-ps/ExchangePowerShell/Disable-App.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exchange/exchange-ps/ExchangePowerShell/Disable-App.md b/exchange/exchange-ps/ExchangePowerShell/Disable-App.md index e2b6811c5f..ace0db7319 100644 --- a/exchange/exchange-ps/ExchangePowerShell/Disable-App.md +++ b/exchange/exchange-ps/ExchangePowerShell/Disable-App.md @@ -60,6 +60,8 @@ Disable-App -Identity 545d8236-721a-468f-85d8-254eca7cb0da -Mailbox Tony This example disables the Share to Teams app for user Tony. +**Note**: Even if you disable default app by this cmdlet, it will be enabled automatically when user access respective app. This is by design behavior. + ## PARAMETERS ### -Identity From abec9004a078d3d2ad15eb91be8e2274b94b16ce Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Fri, 1 Aug 2025 16:06:13 -0700 Subject: [PATCH 2/3] Update Disable-App.md --- exchange/exchange-ps/exchange/Disable-App.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/Disable-App.md b/exchange/exchange-ps/exchange/Disable-App.md index b1f452e4db..4d6464e2df 100644 --- a/exchange/exchange-ps/exchange/Disable-App.md +++ b/exchange/exchange-ps/exchange/Disable-App.md @@ -59,7 +59,7 @@ Disable-App -Identity 545d8236-721a-468f-85d8-254eca7cb0da -Mailbox Tony This example disables the Share to Teams app for user Tony. -**Note**: Even if you disable default app by this cmdlet, it will be enabled automatically when user access respective app. This is by design behavior. +**Note**: Even if you disable the default app with this cmdlet, that app is automatically enabled automatically the user accesses the respective app. This behavior is by design. ## PARAMETERS From fccba342a4e659835d2c2b7900b86e39472f4432 Mon Sep 17 00:00:00 2001 From: Chris Davis Date: Fri, 1 Aug 2025 16:07:23 -0700 Subject: [PATCH 3/3] Update Disable-App.md --- exchange/exchange-ps/exchange/Disable-App.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exchange/exchange-ps/exchange/Disable-App.md b/exchange/exchange-ps/exchange/Disable-App.md index 4d6464e2df..2794396fd6 100644 --- a/exchange/exchange-ps/exchange/Disable-App.md +++ b/exchange/exchange-ps/exchange/Disable-App.md @@ -59,7 +59,7 @@ Disable-App -Identity 545d8236-721a-468f-85d8-254eca7cb0da -Mailbox Tony This example disables the Share to Teams app for user Tony. -**Note**: Even if you disable the default app with this cmdlet, that app is automatically enabled automatically the user accesses the respective app. This behavior is by design. +**Note**: Even if you disable the default app with this cmdlet, that app is automatically enabled when the user accesses the app. This behavior is by design. ## PARAMETERS