Sometimes when we are trying to delete rename the files under System32 or Program files we may end up with Access Denied though logged in as Administrator. The reason is Windows has introduced a new user credential like TrustedInstaller. Let us see how to change the Owner of the System Files from the TrustedInstaller account to the Administrator or some other account.
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.
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
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
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.
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
“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.”
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.
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.
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.