How to Create Terms in TermStore if not exists using C# Patterns and Practices in SharePoint Office 365

How to create Terms in the Term store programmatically using C# PNP;

 

How to Update the Shared Data Source Information of a RDL RDLX files in SharePoint using PowerShell Script

In this article let us see how to update the Shared Data Source using PowerShell Script.

 

How to Update the Custom Data Source Information of a RDL RDLX files in SharePoint using PowerShell Script

In this article let us see how to update the Custom Data Source using PowerShell Script.

 
 

Converting document to record for onprem SharePoint site and changing back the settings to autodeclartion of record

In this article let us see how to Converting document to record for onprem SharePoint site and changing back the settings to autodeclartion of record using PowerShell

 

How to Read the Data Source Information of a RDL RDLX files in SharePoint using PowerShell Script

In this article let us see how to read the Data Source Information of RDL/RDLX file in SharePoint using PowerShell Script. This will fit for SP2010 2013 2016 as well. Only the Client DLLs should be updated accordingly. The core logic remains the same.

 

How to Execute the Client Object Model PowerShell Script and get the Client Context on SharePoint 2010

In this article we are going to see how to add the Client DLL and how to create the client context. In the upcoming articles let us see how to do various functionalities using CSOM PowerShell in SP2010.

 
 

How to Update Navigation (Quick Launch and Top NavigationBar) URLs in SharePoint 2010 using PowerShell CSOM

Let us see the detailed script which will update the Quick Launch and the Navigation Bars using PowerShell CSOM in SP2010 Environment.

 

Lambda Expression in SharePoint CSOM PowerShell

In the CSOM we might have using the Lambda Expression => frequently to load only the required properties. But the Lambda Expression is an Operator in C# not in PowerShell. When we started coding with the PowerShell CSOM intensively I required this Lambda to be replaced with its equivalent.

 

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.