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...
View ArticleUpgrading 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,...
View ArticleDefault Site Templates in SharePoint Server 2010
Posted @ http://social.technet.microsoft.com/wiki/contents/articles/20100.default-site-templates-in-sharepoint-server-2010.aspx
View ArticleMOSS 2007 – Find the default view url for all lists in a web app using...
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 =...
View ArticleWork 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...
View ArticleService Pack 2 and the June Cumulative Update
A follow-up from last week’s post about the release of SP2 for Office and SharePoint 2010: The updates from the June Cumulative Update (KB 2855357) will not install on SP2. The August Cumulative Update...
View ArticleRetrieve the list of Content Types in MOSS 2007 using PowerShell
MOSS 2007 [void][System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint") | out-nullWrite-host ".."Write-host ".."Write-host "Get a list of Content types"$site = new-object...
View Article“The installation of this package failed” error while installing April 2013...
There have been issues reported where the installation of April 2013 CU for SharePoint 2013 fails with the following error: “The installation of this package failed” If you navigate to the temp file...
View ArticleSharePoint – Key Descriptions
Also posted @ http://social.technet.microsoft.com/wiki/contents/articles/20023.sharepoint-key-descriptions-and-terminologies.aspx In this article, I plan to provide information about some of the basic...
View ArticleIntermittent "HTTP 403 – Forbidden" error while trying to browse to a...
Consider a scenario where you receive the following error when you browse to a SharePoint web app The website declined to show this webpage HTTP 403 Most likely causes: This website requires you to...
View ArticleUpgrading 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,...
View ArticleDefault Site Templates in SharePoint Server 2010
Posted @http://social.technet.microsoft.com/wiki/contents/articles/20100.default-site-templates-in-sharepoint-server-2010.aspx
View ArticleService Pack 2 and the June Cumulative Update
A follow-up from last week's post about the release of SP2 for Office and SharePoint 2010: The updates from the June Cumulative Update (KB 2855357) will not install on SP2. The August Cumulative Update...
View ArticleRetrieve the list of Content Types in MOSS 2007 using PowerShell
MOSS 2007[void][System.Reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint") | out-nullWrite-host ".."Write-host ".."Write-host "Get a list of Content types"$site = new-object...
View Article“The installation of this package failed” error while installing April 2013...
There have been issues reported where the installation of April 2013 CU for SharePoint 2013 fails with the following error:“The installation of this package failed”If you navigate to the temp file...
View ArticleIntermittent "HTTP 403 – Forbidden" error while trying to browse to a...
Consider a scenario where you receive the following error when you browse to a SharePoint web appThe website declined to show this webpage HTTP 403 Most likely causes: This website requires you to log...
View ArticleGet a list of web templates and IDs in a SharePoint site
# Find the template name of SharePoint site using PowerShell$web = Get-SPweb http://SiteUrlWrite-host“Web Template:” $web.WebTemplate” | Web Template ID:” $web.WebTemplateId$web.Dispose()# To get a...
View ArticleWarm up script in PowerShell for SharePoint 2010 Environment
# Warm up script for web apps along with the site collections within them in SharePoint 2010 environmentAdd-PSSnapin Microsoft.SharePoint.PowerShell -ErrorAction SilentlyContinue# The get-webpage...
View ArticleRetrieve timer job history for a specified time range using PowerShell
# Retrieve timer job history for a specified time range# Initial settings$Wa = Get-SPWebApplication "http://WebAppUrl" # Supply the web app url here$From= "2/13/2013 12:00:00 AM" # mm/dd/yyyy...
View ArticleIssue found with .NET Framework 3.5.1 Security update KB2756920
After installing the update KB2756920 on a Windows Server 2008 R2/Windows 7 RTM computer running SharePoint Server 2010 with previously installed hotfixes for .NET 3.5 SP1. on the server, the...
View Article