New-PnPWeb : Provisioning did not succeed
Today I tried to create a site using New-PnPWeb and I received the following error message: New-PnPWeb : Provisioning did not succeed. Details: Failed to initialize some site properties for…
SharePains by Microsoft MVP Pieter Veenstra
Microsoft 365, Power Platform, SharePoint, Teams, Azure and Dynamics
Today I tried to create a site using New-PnPWeb and I received the following error message: New-PnPWeb : Provisioning did not succeed. Details: Failed to initialize some site properties for…
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…
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…
Today I tried to get a list of all files within a folder in SharePoint Online using PnP PowerShell. PnP PowerShell has a CmdLet Get-PnPFolder to get the folder. I…
It’s not often that I work with SharePoint on-premises anymore, but recently I had a look at PnP PowerShell for SharePoint 2013. Today I switched back to SharePoint Online, mixing…
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”.…
That pages are different in publishing site and a team site is quite clear. A less known difference between publishing sites and team sites are the document libraries. You might…
Today, one of my colleagues reported some issues with Business Connectivity Services (BCS ) in Office 365. Microsoft support’s response has been: SharePoint On-Premises environments are dedicated environments where as…