pnpframework
pnpframework copied to clipboard
PnP Framework is a .NET library targeting Microsoft 365 containing the PnP Provisioning engine and a ton of other useful extensions
Getting issue while trying apply SharePoint site Security and Supported UI Language Template. Issue: {"Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))"}
Tenant Template with Team Site Group is not working with App Only Context. I am using below configuration for Site Collection Node. ``` ``` I am using below method to...
Below is the code I am using in a .NET Core 3.1 console application. var clientSidePage = clientContext.Web.LoadClientSidePage(mordernPageName); For most of the pages, the above code works. For a few...
Added an optional parmeter to prevent sending of default welcome emails to new members.
Calculated field should be created after other fields, as with lookup column, to avoid the error "The formula refers to a column that does not exist"
Issue fixing for #697 - Adapted "UpdateMembers" method for null check Fixing for #697
**Expected behaviour** In a multilingual site, when using Get-PnPSiteTemplate and Invoke-PnPSiteTemplate all translatable elements must be exported and imported using resx resources. **Actual behaviour** Navigation nodes and listview titles are...
I have a classic (SharePoint Online) site. I used PnP.powershell 1.11.0 to transform pages to Modern site. In some pages, I have $ and it prevent transformation. I have to...
I have a classic (SharePoint Online) site. I used PnP.powershell 1.11.0 to transform pages to Modern site. In pages, I have pictures and at the end of the url of...
Hi, We are provisioning the Sharepoint site using `PnP.Framework ApplyProvisioningTemplate`(package SharePointPnPCoreOnline tried both versions 3.20.2004, 3.28.2012). Recently we started getting problems with provisioning on some of our tenants Sharepoint sites:...