Unable to send emails to lists and document libraries in SharePoint 2010
This post describes an issue with incoming e-mail to lists and document libraries after installing the April 2012 CU for SharePoint 2010.Those of you who have installed the April 2012 CU for SharePoint...
View ArticleList Template types and IDs in SharePoint
To identify the template Id of the list, navigate to the list and go to the 'All Items' view. In the browser, go to 'View - Source' and search for “ctx.listTemplate”. The ‘Pages’ Library will show –...
View ArticleIssues Uploading Large Files To SharePoint )
To begin with, the Support for Large Files was one of the enhancements made in Windows SharePoint Services SP 1. By default, the maximum size for uploading files is set to 50 MB. The maximum file size...
View ArticleOctober 2012 Cumulative Update Package for WSS 3.0, MOSS 2007, SharePoint...
October 2012 Cumulative Update Package for WSS 3.0 and MOSS 2007 have been releasedKB2687535 - October 2012 CU for WSS 3.0KB2687533 - October 2012 CU for MOSS 2007Note This is build 12.0.6668.5000 of...
View ArticleSharePoint 2010 Management Shell does not load with Windows PowerShell 3.0
Let’s say that you install PowerShell 3.0 by by installing the Windows Management Framework (WMF) 3.0 fromDescription of Windows Management Framework 3.0 for Windows 7 SP1 and Windows Server 2008 R2...
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 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 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 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 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 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 ArticleHow to Setup Mail Enabled Document Libraries in SharePoint 2010
E-mail is an integral part of any SharePoint installation as it is the backbone of communication with in a SharePoint farm and its users. Needless to say, it becomes imperative for any SharePoint...
View ArticleEvent ID 8311, certificate validation errors in MSS 2010
Technorati Tags: Event ID 8311,certificate validation,local trust relationship,claims authentication,SharePoint 2010IssueIn Microsoft SharePoint Foundation 2010 or Microsoft SharePoint Server 2010, you...
View ArticleConfiguring Claims and Forms based Authentication for use with an ASP.NET...
The steps included in this post are:Configure SQL for membership storeCreate a new Web Application with 'Claims-based authentication' Modify the Web.config files a. Configure the web.config of...
View ArticleMy Links in SharePoint 2010
In MOSS 2007, we’re used to seeing a link in a drop-down box at the top right of our SharePoint sites, called My Links. At first glance, it seems that this functionality has been removed from...
View ArticlePost-October 2011 CU- Running the 'Update-SPProfilePhotoStore' PowerShell...
After you apply the October2010 Cumulative Update for SharePoint Server 2010 (14.0.6112.5000), the profile picture import can run into some issues.Profile picture is not imported or updated after...
View ArticleUser Profile Synchronization Database Growing Out of Control
In SharePoint Server 2010, the profile synchronization database keeps growing after each sync. This seems to be expected behavior at the time of writing this post. If you review the Database Types...
View ArticleSharePoint 2010 takes the first 3 property restrictions into account...
Using the Enterprise Search keyword syntax in SharePoint Server 2010, you can build a search query that uses multiple property restrictions to narrow the search focus based on the specified condition....
View ArticleUnable to send emails to lists and document libraries in SharePoint 2010
This post describes an issue with incoming e-mail to lists and document libraries after installing the April 2012 CU for SharePoint 2010.Those of you who have installed the April 2012 CU for SharePoint...
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