Monthly Archives: November 2014

Client Side Rendering (CSR) SharePoint 2013

CSR is way you can modify the List View for the List. For example if you want any columns to show different thatn OOB SharePoint Column, you can use the CSR to achieve the custom column rendering. I liked following … Continue reading

Posted in Uncategorized | Leave a comment

C# Powershell snapin not registering using installutil

Problem I used the sample from the following article to learn the custom PowerShell Snap In http://msdn.microsoft.com/en-us/magazine/cc163293.aspx I kept getting issue that the snap in was not registered. Solution The reason was I was not using the FrameWork64 directory InstallUtil.exe … Continue reading

Posted in Uncategorized | Tagged | Leave a comment

Office PnP Powershell Commands

The Office PnP is located at https://github.com/OfficeDev/PnP I was doing bit of study of the “OfficeDevPnP.PowerShell.Commands” solution. I liked the idea of wrapping the CSOM calls in PowerShell Cmdlets. I tried most of the commands and it works well. I … Continue reading

Posted in Uncategorized | Tagged | Leave a comment