A guide for developers who need to work with older module versions Sometimes you update PnP.PowerShell to the latest version, and suddenly a script stops working. Maybe a cmdlet changed behavior, a regression was introduced, or you simply need to test something against an older SharePoint environment. I had a problem where version 3.1.0 of … Continue reading Switching Between Different Versions of PnP.PowerShell
PowerShell
Find flows in Power Automate created by specific user
Sometimes you need to find flows created by a specific user as a Power Platform Adminstrator, for example if the user is no longer in the organization. In the admin center for Power Platform, it is possible to list the flows (or the Power Apps) in an environment, but the functionality is not very good. … Continue reading Find flows in Power Automate created by specific user
Automating Content Type Updates Across Document Libraries in SharePoint Online
Introduction If you need to update all document libraries in all sites in a SharePoint Online hub from using a local content type to use a content type from the content type hub, this blog post shows how you can achieve this. Manually managing content types across multiple sites in SharePoint Online can be a … Continue reading Automating Content Type Updates Across Document Libraries in SharePoint Online
Export SharePoint term set to CSV file with PnP PowerShell
To be able to import terms from a term set in one tenant to another tenant (for example if you have a test tenant and a production tenant), you need some way of exporting the term set from the source tenant. The import file should be in .csv format. The PnP PowerShell Module has commands … Continue reading Export SharePoint term set to CSV file with PnP PowerShell
Changing the URL of a SharePoint List using PnP PowerShell
The Case Sometimes you want to change the url name of a list in SharePoint Online. For example, if your list name is "Order", the site relative url to the list is "/order", and you want to change the name to "Orders", only the list name can be changed in the SharePoint GUI. The URL … Continue reading Changing the URL of a SharePoint List using PnP PowerShell