Posts

Showing posts from February, 2020

Install SharePointPnP.PowerShell on your computer

Image
Summary : This solution contains a library of PowerShell commands that allows you to perform complex provisioning and artifact management actions towards SharePoint. The commands use a combination of CSOM and REST behind the scenes, and can work against both SharePoint Online as SharePoint On-Premises. Applies to:  SharePoint Online, SharePoint 2016, SharePoint 2013 Installation There are 3 ways to install the cmdlets. We recommend, where possible, to install them from the  PowerShell Gallery.   Alternatively, you can download the setup files or run a PowerShell script to download the PowerShellGet module and install the cmdlets subsequently. PowerShell Gallery If you main OS is Windows 10, or if you have  PowerShellGet  installed, you can run the following commands to install the PowerShell cmdlets: SharePoint Version Command to install SharePoint Online Install-Module SharePointPnPPowerShellOnline SharePoint 2016 Install-Module SharePointPnPPowerShell2016 Shar