Exception – Access Denied when trying to apply ApplyProvisioningTemplate using OfficeDevPnP

SharePoint Tip : Exception – Access Denied when trying to apply ApplyProvisioningTemplate using OfficeDevPnP

 

How To Get Inventory report Of Web parts added to SharePoint site page In SharePoint 2013

How To Get Inventory report Of Web parts added to SharePoint site page In SharePoint 2013

 

PowerShell script to change Password for App pool and manage account in SharePoint Onprem server

How to change the App Pool and Managed Account passwords in SharePoint OnPrem using PowerShell

 
 

How to upload File to azure BLOB

In this article let us see How to upload File to azure BLOB

 

How to Add Custom WebParts Programmatically in Modern page on SharePoint Office 365 using Patterns and Practice (OfficeDevPNP)

In the earlier article we saw how to create the modern pages and add the Out of the Box WebParts programmatically. Now the real requirement would be how to add our SPFX webparts on the modern pages. That would be the actual requirement from the customers right.

 

How to Create a Modern Pages Programmatically in SharePoint Office 365 using Patterns and Practice (OfficeDevPNP)

In the earlier article, we saw how to create the modern site programmatically. As a follow up, we need to create the pages and add the desired webparts based on the requirement. The below piece  …read more

 
 

Get site storage information from multiple SharePoint online or Onprem.

In this article we will see how to Get site storage information from multiple SharePoint online or Onprem.

 

How to get Data from Excel to DataTable using ClosedXML in C# and avoid duplicate rows

We had a requirement to read data from Excel and get it in your code. We utilized ClosedXML to achieve this functionality. ClosedXML is one of the useful dll which is used for accessing Excel XML files and manipulate those files to know more about ClosedXML

 

How to enable withCredentials to flag on XMLHttpRequest in AngularJS for “Access-Control-Allow-Origin”

In this article we will see how to enable withCredentials config in you Angular project.

 
 

How to Break the Role Inheritance (Stop Inheriting Permissions) and assign with Unique Permissions for SharePoint list and Folders Programmatically C# CSOM

In this article let us see how to Break the Role Inheritance and Assign Permissions to the SharePoint Lists Programmatically using C# CSOM.