Code SharePoint
lll
Home
Power Platform
Blogs
Interview Questions
SharePoint
SharePoint Tutorials
Blogs
Interview Questions
REST-API
PowerShell
CSOM
JSOM
Azure
Blogs
Azure Tutorials
Categories
x
All Methods (101)
Site (5)
List (27)
List Item (5)
Navigation (7)
Content Type (8)
Field (10)
View (12)
Folder (2)
File (15)
Group (5)
Page (5)
Property Bag (0)
Permission Level (0)
Categories
All Methods (101)
Site (5)
List (27)
List Item (5)
Navigation (7)
Content Type (8)
Field (10)
View (12)
Folder (2)
File (15)
Group (5)
Page (5)
Property Bag (0)
Permission Level (0)
Latest Posts
Power Platform Interview Questions
Azure Tutorials for Beginners
Client-Side Object Model (PnP PowerShell)
SharePoint contains a library of PnP (Patterns and Practices) PowerShell commands that can be used to perform complex operations on SharePoint objects.
These commands use CSOM internally and can be used in SharePoint on-premises as well as in SharePoint online.
One of the advantages PnP PowerShell has that it reduces the code complexity to a good extent.
These operations can be executed from any windows machine that has Windows PowerShell 3.0.
There are various installers available for different versions as described below. You can install them from
PowerShell Gallery
SharePoint Version
Command To Install
SharePoint Online
Install-Module SharePointPnPPowerShellOnline
SharePoint 2016
Install-Module SharePointPnPPowerShell2016
SharePoint 2013
Install-Module SharePointPnPPowerShell2013
You can get more help on Installation
here
.
In this set of tutorials, we are going to focus on examples on
PnP PowerShell
commands
.
We have tried to give most of the PowerShell examples that can be used in school teaching, college teaching, learning, research work, development, interview preparation.