Skip to main content

Posts

Showing posts from October, 2024

Important Changes to PnP PowerShell

Key Insights You Won't Want to Overlook About PnP PowerShell Changes There's a big upgrade that can impact your scripts and automation processes if you use PnP PowerShell. What you should know is as follows. What’s Changing? The PnP Management Shell was a multi-tenant app registration that was previously used to access Microsoft 365. This made it possible for you to provide your scripts the permissions they need. On September 9, 2024, however, the multi-tenant app registration was removed. Scripts that rely on it are no longer functional after this date. Why the Change? This change aims to enhance security by encouraging users to switch to single-tenant app registrations. These registrations allow you to specify only the permissions you need, reducing potential security risks. Handle this change by following these simple steps: A. Register for Your Own Application Thanks to recent enhancements in the PnP PowerShell Module, creating an app registration specific to a tenant is no