Sathish Nadarajan

System.NotSupportedException: This method explicitly uses CAS policy, which has been obsoleted by the .Net Framework – PowerShell in SharePoint 2013

I was facing an exception like System.NotSupportedException: This method explicitly uses CAS policy which has been obsoleted by the .Net Framework while executing some powershell scripts on SharePoint 2013. The Operating system is Windows Server 2012. Thought of sharing this to the community.

Sathish Nadarajan

How to Add WebPart to the Publishing Page using PowerShell in SharePoint 2013

In this article let us see how to add a webpart to a publishing page using PowerShell in SharePoint 2013

Sathish Nadarajan

Create Publishing Page using Custom PageLayout by PowerShell in SharePoint 2013

In this article let us see how to create a publishing page by Custom PageLayout Template using PowerShell in SharePoint 2013

Sathish Nadarajan

Access Denied To Recycle Application Pool While Deploying SharePoint 2013 WSP from Visual Studio 2012

I faced an exception like “Error occurred in deployment step ‘Recycle IIS Application Pool’: 0x80070005Access denied” while deploying a Simple solution from Visual Studio against a Claims Aware WebApplication. Thought of sharing this to the community.

Ashok Raja

Step by Step Procedure to enable mail forwarding in Office 365 to External domain Emails

In this article we can see how to enable mail forwarding in Office 365 and set an external domain email as the email id to which the mail has to be forwarded. If your office 365 email id is different from your work mail id then this article is for you

Sathish Nadarajan

“EnsureScriptFunc is Undefined” – How to Handle Javascript this exception in SharePoint 2013.

“”EnsureScriptFunc is Undefined” – How to Handle this exception in SharePoint 2013 when working with Javascript CSOM.”

Sathish Nadarajan

How to Enable and Modify Continuous Crawl Interval in SharePoint 2013 Search Service Application – Content Source

In this article let us see how to enable Continuous crawl in SharePoint 2013 Search and modify the Crawl Interval of Continuous Crawl in SharePoint 2013 Search Service Application – Content Source.

Sathish Nadarajan

Access (Upload and Download) Documents in Document Library with Versions in SharePoint 2013 using C# Server Side Object Model.

In this article let us see how to get a Document along with the Versions in SharePoint 2013 using C# Programatically and upload the same to another document library with all the properties as that of the Source.

Sathish Nadarajan

Implementing “I Am Feeling Lucky” Like Google in SharePoint 2013 Search using JavaScript

In this article let us see how to implement “I Am Feeling Lucky” like google in SharePoint 2013 Search using JavaScript.

Sathish Nadarajan

Return Value from ClientContext.ExecuteQueryAsync in Javascript CSOM on SharePoint 2013

How to get a Return value from ClientContext.ExecuteQueryAsync in SP.JS. The method is Asynchronous method. Hence there needs to be a workaround for this. Let us see that in this article.