CRUD Operations on SharePoint List Using PnP PowerShell

PnP PowerShell can be used to Create, Update and Delete of lists in Sharepoint online as well as Sharepoint on-premises. In this blog, we will look at steps to Create, Update and Delete of SharePoint Generic list from site using PnP PowerShell. Connect to SharePoint site: Connect-PnPOnline -Url https://softreetechnology.sharepoint.com/sites/TestsiteCollBibuti Creating a Generic list: –> New-PnPList -Title TestGenList -Template GenericList Updating […]