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…

Read SharePoint List to ADD and Remove members from AD Group

SharePoint, Microsoft’s powerful collaboration and document management platform, offers a wealth of capabilities for organizations to streamline their business processes. Today we will use SharePoint list together with PowerShell script to automate the process of adding and removing user from AD group. I will explain the process and provide you with sample script that you…