1. Legacy Status ‘Legacy - relating to software or hardware that has been superseded but is difficult to replace because...
Developer features SharePoint Foundation 2013 SharePoint Server 2013 Standard CAL SharePoint Server 2013 Enterprise CAL Access Services No No Yes...
These are the things you really must do for every document library: Require Check Out on any document library where multiple users...
Today, I will explain you How to fix the server could not complete your request SharePoint 2013. When I tried...
It may be assumed that you need to pass separate strings when opening a SPSite / SPWeb / SPFile (leading...
Applies To: SharePoint 2010 In setting up a Records Center I was trying out the Content Organizer and Drop Off...
Feature SharePoint Foundation 2010 Search Server 2010 Express Search Server 2010 SharePoint Server 2010 FAST Search Server 2010 for...
Introduction In SharePoint 2010, you’ve got some new capabilities for error reporting and logs. One of the most noted features...
Parameter value Description GLOBAL#0 Global template STS#0 Team Site STS#1 Blank Site STS#2 Document Workspace MPS#0 Basic Meeting Workspace MPS#1...
This Powershell Script helps checking if a feature is installed (if so, retract it) and deploy all the .wsp files...
Source : http://www.codeproject.com/Articles/429077/SharePoint-Dispose-Checker-Tool Introduction In this article we can get awareness over the Dispose Checker Tool which is a useful...
Introduction SharePoint 2010 developing for performance article series: In this series of articles I will briefly introduce you to some...
This chunk of code is for use with care, it would be useful in case you have a logic behind...
Starting to love PowerShell more and more (thx to Shehzad & Ryan) ;) I was more a C# coder than...
::LoadWithPartialName("Microsoft.SharePoint") > $null $farm = ::Local $websvcs = $farm.Services | where -FilterScript {$_.GetType() -eq } $webapps = @() foreach ($websvc...
Web browsers that are compatible with InfoPath Forms Services = Full support = Partial support = No support Note...
Here is a simple and quick powershell script to enumerate all the sub sites in SharePoint and output the results...
Andrew Connell walks through the Office 365 Patterns & Practices Scenario creating Sub Sites using an App for SharePoint. This code can...
It is a known issue that the attachment feature in custom form web part cannot be used. Currently, there are...