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.
SharePoint Office 365 – How to Get the Lists with Unique Permissions – Programmatically C# CSOM
How to get the lists with Unique Permissions Programmatically C# CSOM
PowerShell Script – CSOM – Enable Disable Modern UI and Classic UI in SharePoint Office 365
In this article we can see a handy script to toggle between the Modern UI and Classic UI in SharePoint Office 365.
Upload Multiple Attachments to SharePoint List using Angular
In this article we will see how to upload multiple attachments in SharePoint List Item using Angular
Remove Attachments on SharePoint List Item using Angular
In this article we will see how to delete attachments in SharePoint List Item using Angular
SharePoint Office 365 – Site Columns – Choice Field AllowFillIn Choice as TRUE – Programmatically C# CSOM
In this article let us see how to update a choice field Allow Fill In Choice as TRUE Programmatically using C# CSOM
How to use SharePoint ‘Working on it’ modal dialog
In this article we will see how to use SharePoint’s own modal dialog wherever you want
Tip : How to Enable Hibernate Windows Server 2016
In this article let us see how to enable the Hibernate on Windows Server 2016 Machine