It may be assumed that you need to pass separate strings when opening a SPSite / SPWeb / SPFile (leading...
Microsoft 365
Microsoft 365 is a cloud-based productivity suite that includes Word, Excel, PowerPoint, Teams, SharePoint, and OneDrive. It enables real-time collaboration, secure access from any device, and offers subscription plans for individuals and businesses with built-in security, cloud storage, and regular updates.
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...
An introduction showing how to create custom workflows for SharePoint 2013 using SharePoint Designer. The session will demonstrate how to...
I wanted to share an issue I came across related to the SharePoint 2013. If you have installed the Office...
Whilst try to open a SharePoint 2013 site with SP Designer 2013 I received this error: "an error occurred while trying...
When working with buttons on a form, we often add rules. You access the rules editor from the properties of...
