• SharePoint 2010

    Creating a Search Content Source of type Web using PowerShell

    by  • February 7, 2012 • PowerShell, SharePoint 2010 • 0 Comments

    The New-SPEnterpriseSearchCrawlContentSource command in Powershell is used to create a new crawl content source for a SharePoint search application.We can view the whole set of parameters and options in this msdn article. So , when we need to create a SharePoint Search content source, using Powershell, we use the following commands- This would create a content source Clicking [...]

    Read more →

    SharePoint document convertor

    by  • December 20, 2011 • Downloads, SharePoint 2010 • 0 Comments

    SharePoint Document Converter solution gives a start on how we can leverage the Word automation Service to convert documents to formats that word can support. This project convert documents of type “DOCX” or “DOC” to any possible file type that word support like to PDF, XPS, DOCX, DOCM, DOC, DOTX, DOTM, DOT, XML, RTF, MHT. [...]

    Read more →

    SharePoint Workflow history list never gets deleted

    by  • November 21, 2011 • MOSS 2007, SharePoint 2010 • 0 Comments

    This post will help to understand the different issues and solutions with workflow history stored in MOSS 2007 and SharePoint 2010. There are organizations were numerous workflows are created that are developed using, either out of the box features or SharePoint Designer or Visual Studio developed or even third party tools like Nintex or K2. [...]

    Read more →

    CAML Viewer Web Part

    by  • November 20, 2011 • Downloads, SharePoint 2010 • 0 Comments

    One of the easier ways of creating CAML query is by creating the required view and then creating Query from it. CAML Viewer makes it even more simpler. CAML Viewer lets you view CAML query for Views and it also shows internal names for all fields. I developed this using SharePoint client object model and [...]

    Read more →

    Recycle Bin Search WebPart for Sharepoint

    by  • November 4, 2011 • SharePoint 2010 • 4 Comments

    In this article we will see how we can develop a simple Visual WebPart which can be used to search Recycle Bin in Sites and Sub Sites using SPRecycleBinItemCollection and SPRecycleBinQuery.  1. Fire up Visual Studio and create a new Visual WebPart project. 2. Add a TextBox (txtTitle), Button (btnGo) and Div (results) to show our [...]

    Read more →

    Hybrid SharePoint Environments with Office 365 [White Paper]

    by  • October 25, 2011 • Misc, SharePoint 2010 • 0 Comments

    Confused about whether to choose Office 365  or not? Confused whether on-premise or ‘on the cloud’ is your better choice? This paper provides information, advice and guidance to help organizations determine whether a hybrid approach is beneficial.  In addition, it highlights how best to approach a hybrid solution and how to best plan for distributed [...]

    Read more →