From d74c11079c20c92cdf88ab23f1c92d485d60dd24 Mon Sep 17 00:00:00 2001 From: Gautam Sheth Date: Wed, 11 Sep 2024 21:59:29 +0300 Subject: [PATCH] Update index.md --- pages/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/index.md b/pages/index.md index 5657cb687..2e9bad0b9 100644 --- a/pages/index.md +++ b/pages/index.md @@ -2,7 +2,9 @@ PnP PowerShell is a cross-platform PowerShell Module providing over 700 cmdlets that work with Microsoft 365 environments and products such as SharePoint Online, Microsoft Teams, Microsoft Planner, Microsoft Power Platform, Microsoft Entra, Microsoft Purview, Microsoft Search, and more. It runs on Windows, Linux and MacOS. > [!NOTE] -> As of September 9th, 2024, as part of a focus on improving the security posture, the multi-tenant PnP Management Shell Entra ID app (with Client/ApplicationID: **31359c7f-bd7e-475c-86db-fdb8c937548e**) has been deleted. It will impact credentials(username + password), Interactive auth flow and Device login flow. It has always been a recommended practice to register your own Entra ID Application with minimal permissions required for your scripts to use with PnP PowerShell. [This has become mandatory step now](https://github.com/pnp/powershell/discussions/4249). The linked post has more details and it will guide you through how to do so and get your scripts back up & running with minimal code changes. +> **As of September 9th, 2024, as part of a focus on improving the security posture, the multi-tenant PnP Management Shell Entra ID app (with Client/ApplicationID: `31359c7f-bd7e-475c-86db-fdb8c937548e`) has been deleted. It will impact credentials(username + password), Interactive auth flow and Device login flow if it depended on the said multi-tenant app. +> +> It has always been a recommended practice to register your own Entra ID Application with minimal permissions required for your scripts to use with PnP PowerShell. [This has become mandatory step now](https://github.com/pnp/powershell/discussions/4249). The linked post has more details and it will guide you through how to do so and get your scripts back up & running with minimal code changes.** ## Getting up and running