From 353c97e28ebf166400041b338a39c829326f9d9b Mon Sep 17 00:00:00 2001 From: Gautam Sheth Date: Wed, 11 Sep 2024 21:56:30 +0300 Subject: [PATCH] Update index.md --- pages/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.md b/pages/index.md index 6666d3970..5657cb687 100644 --- a/pages/index.md +++ b/pages/index.md @@ -2,7 +2,7 @@ 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 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. It has always been a recommended practice to register your own Entra ID Application to use with PnP PowerShell. As of September 9th, 2024, [this has become mandatory step](https://github.com/pnp/powershell/discussions/4249). This post has more details and it 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. 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