Category: SharePoint Online PowerShell CSOM

SharePoint Online: Lists operations using PnP PowerShell

Lists Operations using PnP PowerShell in SharePoint Online

Loading

In this Lists operations using PnP PowerShell article, we will learn about various list operations in SharePoint Online using the PnP PowerShell script, like how to add a column, how to get column details, and how to delete a column using the PnP PowerShell script in the SharePoint Online list. How to add a column

Continue reading

[Fixed]: The page could not be created. Custom Scripting might be deactivated on the destination site or you might not have sufficient permissions.

The page could not be created. Custom Scripting might be deactivated on the destination site or you might not have sufficient permissions.

Loading

The page could not be created. Custom Scripting might be deactivated on the destination site – these days I have been working with the SharePoint modern communication site – and facing different types of issues. One of the issues – I have faced is “The page could not be created. Custom Scripting might be deactivated

Continue reading

2 proven ways get all webparts from pages in a site using PowerShell in SharePoint Online

[Verified] Get all webpart properties from SharePoint Online site page using the PowerShell script

Loading

In this “Get all webparts” tutorial, I will share how we can get all web parts from pages in a site using PowerShell CSOM and get web part properties using PnP PowerShell. Key Highlights: Get all webparts from pages in a site using PowerShell in SharePoint Online Get all web parts from pages in a

Continue reading

Safely delete all files in document library PowerShell: Delete All Files from document library for the given date – Office 365

SharePoint Online: Delete All Files from document library for the given date - PowerShell CSOM

Loading

In this delete all files in document library PowerShell script, we will learn about how we can delete all files from all document libraries in SharePoint online sites from a given date by passing From date and To date. Delete all files in document library PowerShell (delete files in sharepoint): use cases The PowerShell script

Continue reading