Download SharePoint Attachments with PnP PowerShell

In this blog post, we’ll walk through how to easily download file attachments from a SharePoint list using PnP PowerShell. SharePoint lists allow users to attach files to items, and sometimes you may need to automate the process of downloading those attachments. Thankfully, with the power of the PnP PowerShell module, this task becomes incredibly…

SharePoint Online Custom aspx Pages Stopped Working

Recently, we encountered a significant issue where our ASPX pages, instead of rendering and functioning as expected in the browser, started downloading as files. Upon researching the issue online, we discovered that Microsoft has implemented a change in how SharePoint Online processes and handles custom ASPX pages. This change appears to be the root cause…

Multi Geo Move Scripts

Our Migration team contacted us for providing some quick solution as they need to quickly move to Multi geo. So, we have written this simple bundled solution which I want to share with the community along with the process. Download the solution zip file from below github link and extract it. MultiGeo.zip It contains 3…