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…