Skip to main content

Posts Tagged ‘PnP PowerShell’

Learn SharePoint Online Modern Site Provisioning Using PnP Provisioning Engine and PnP PowerShell

The PnP Provisioning framework is a code-centric and template-based platform for provisioning your site collections. The new provisioning engine allows you to persist and reuse provisioning models in Office 365, SharePoint Online, and on-premises site collections. This blog will demonstrate how to provision a Team site using PnP PowerShell. In this process, we will make […]

How to Install PnP PowerShell for SharePoint Online and Azure Cloud Shell

SharePoint Patterns and Practices (PnP) contains a library of PowerShell commands (PnP PowerShell) that allows you to perform complex provisioning and artifact management actions towards SharePoint. What is PnP? PnP PowerShell is a cross-platform PowerShell, and it is a .NET Core 3.1 / .NET Framework 4.6.1 based PowerShell Module providing over 600 cmdlets that work […]

Understanding CRUD Operations Using PnP PowerShell

Create, read, update, and delete (CRUD) is an acronym used in database-related functions. James Martin probably coined the term (CRUD) in his 1983 book Managing the Database Environment. We can use the following models to execute basic CRUD operations in SharePoint: REST-API Object Model. JavaScript Object Model Client-Side Object Model Server-Side Object Model We must […]