Copy Sites Page From One Site to Another Using PNP PowerShell

In this blog, we are going to discuss how to copy a modern page from one site collection to another site collection using PNP PowerShell. To successfully copy a modern page, you have to follow the below steps: PowerShell code Run the script PowerShell code Instruction: In this code, first we have to set the credential of the SharePoint. Then […]

How to Create a Client, Customer or Vendor Portal in SharePoint Online

External sharing is unavoidable these days and when you use SharePoint, content exchange with external parties is almost mandatory. Documents and folders are needed to exchange with those you collaborate with which was achieved via secure FTP sites in the past. With SharePoint Online, we can achieve this in a more direct mechanism. Today, I would like to explain you, […]

Restore Recycle Bin Items From SharePoint Site Using CSOM

What is Recycle Bin? A Recycle Bin is a temporary storage location for deleted items from that site. When we delete an item first it goes to First Stage Recycle Bin and stay there for a short-term period then it moves to second stage recycle bin. In case of permanent deletion, we need to delete it again from second stage […]

Bulk Update in SharePoint List Items Using JSOM

In this blog, we will discuss about bulk update in the SharePoint list items. We are going to use JSOM code to perform the above action. Bulk update is very much efficient as any kind of huge changes or update in the list & list items can be done within fraction of second. In this blog, we have updated the […]

Sharing File or Folder in SharePoint

There are different options for sharing file or folder: Share to Anyone with the Link:  This option gives access to anyone who receives this link. This may include external user of your organization. Share to Users in (Your Organization):  This option gives any user in your organization who has the link access to the file or folder, if they receive […]

Create Modern Page and Add Webpart to It Using PnP PowerShell

In this blog, we will discuss how we can create a modern site Page programmatically using PnP online. Then we will add a hero Webpart programmatically to it. To perform the procedure, we must follow the below steps. Step-1: – First, we have to open the windows PowerShell and then run the command “Connect-PnPOnline -Url   providesiteUrl”. Then run ISE as […]