In this example I will modify jQuery to work correctly with Scripts on Demand, Minimal Download Service, Client Side Rendering, and to be compliant with SharePoint best practices. Over Demanding Scripts Scripts on demand requires some preparation, before files can properly be registered. The requirements are: Code should not be in the Global Namespace Code

Read More
Preparing your SharePoint Javascript files to work with Scripts on Demand, Minimal Download Service and Client Side Rendering

Hello, I have noticed there is a bug in the KB2880998 (http://support.microsoft.com/kb/2880998) which was deployed by Microsoft on 12th August  2014. This causes a serious Workflow Manager 1.0 related problem in  SharePoint 2013 server. After you install this package you face an issue: Method ‘StartWorkflowOnListItem’ in type ‘Microsoft.SharePoint.WorkflowServices.FabricWorkflowInstanceProvider’ from assembly ‘Microsoft.SharePoint.WorkflowServices, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c’ does not

Read More
Bug in a hotfix for SharePoint 2013 – KB2880998

Requirement To monitor the SharePoint service. Send a mail as HTML to monitoring team and SharePoint admins. Solution Copy the CSS code and save as STYLE.CSS in C drive Copy the PowerShell script and do changes as required (Server Name, Email Address and SMTP Servers) Execute the script as FARM administrator PowerShell Code ################################################################### #

Read More
Monitoring SharePoint Services using PowerShell

One of our customer requested to get user profile information report from SharePoint 2010 mysite. One of the department needs to present a statistics report and to manipulate the few fields as per their requirement. Requirement Get all the users profile information in CSV file for easy manipulations. Include all custom fields. The report needs

Read More
How to export SharePoint User Profile Information values in CSV or HTML