Office 365 – SharePoint 2013/2016 – Replicating or migrating SharePoint sites.
Over the last year or so many of my posts have been related to the PnP Provisioning Engine. I’ve created multiple scripts to replicate my whole intranet from one tenant…
SharePains by Microsoft MVP Pieter Veenstra
Microsoft 365, Power Platform, SharePoint, Teams, Azure and Dynamics
All posts about PowerShell
Over the last year or so many of my posts have been related to the PnP Provisioning Engine. I’ve created multiple scripts to replicate my whole intranet from one tenant…
Get Field names from a list Today I tried to load the Fields from a list using PnP PowerShell and CSOM. $ctx = Get-PnPContext $list = Get-PnPList -Web $web -Identity…
During one of my adventures into the world of PowerShell I came across the following error: Cannot process argument transformation on parameter ‘Environment’. Cannot convert value “System.Xml.XmlElement” to type “System.Xml.XmlDocument”.…
Microsoft releases updates all the time. how do you know if two environments are the same? Today I’m trying to use PnP PowerShell to check the version of my SharePoint…
Today I tried to apply a PnP template to a publishing site and I was getting the following error. Apply-PnPProvisioningTemplate : The object specified does not belong to a list.…
Nintex workflow has a number of different ways you can license their products. For on-premises installations Nintex have had a server based license for a long time. Since Nintex Workflow has…
In recent weeks I’ve given quite a few of my colleagues in introduction into PnP PowerShell. PnP PowerShell is part of the Office 365 Developer Patterns & Practices initiative. In…
Quite often I run into issues with PnP templates where something is going wrong but it is unclear what is going wrong. The xml file isn’t generated when I run:…
With SharePoint 2016 quite a few new PowerShell cmdlets have arrived. In this post I’ve included a quick overview of all the new commands. Before I’m going into all the command…