Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamdsheth authored Sep 11, 2024
1 parent 2f54f22 commit 353c97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 9<sup>th</sup>, 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 9<sup>th</sup>, 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

Expand Down

0 comments on commit 353c97e

Please sign in to comment.