• October Cumulative Updates for SharePoint 2013

    October 2013 Cumulative Update Packages for SharePoint Foundation 2013 and SharePoint Server 2013 have been released October 2013 CU for SharePoint Foundation 2013 - KB 2825674 October 2013 CU for SharePoint Server 2013 - KB 2825647 Note: This is build 15.0.4551.1001 of the cumulative update package. Important: March 2013 PU for SharePoint...
  • Upgrading from WSS 2.0 to SharePoint 2013

    There is no direct approach/method to upgrade from WSS 2.0 to SharePoint 2013. The changes between versions are too great, and the hardware requirements differ so much between versions that a direct, in-place upgrade is not possible or supported. You can, however, perform a series of database attach upgrades to first upgrade your content to...
  • Default Site Templates in SharePoint Server 2010

    Posted @ http://social.technet.microsoft.com/wiki/contents/articles/20100.default-site-templates-in-sharepoint-server-2010.aspx
  • MOSS 2007 - Find the default view url for all lists in a web app using PowerShell

    param ( $url = $(Read-Host -Prompt "WebApp Url" ) ) # Default View for lists in All Sites # Lookup Web Application as specified in the command line parameter $wa = [Microsoft.SharePoint.Administration.SPWebApplication]::Lookup($url) # Create an array $sites =@() Write-Output( "`nProcessing sites...`n" ) # Loop through all...
  • Work Management Service Application

    The Work Management Service Application provides functionality to aggregate tasks to a central location on SharePoint Server: Users get the possibility to view and track their to-dos and tasks. Tasks can be cached to a users personal site. Tasks can sync to Outlook where users can edit them wherever they have access to Outlook. Tasks can be...