SharePoint 2013 Change Site Logo Programmatically with PowerShell
Although, We can change SharePoint 2013 site logo by going to : Site Settings >> "Title, description and icon" URL by SharePoint web user interface, Lets change logo for all sites in a site...
View ArticleThe filtering process could not be initialized. Verify that the file...
On analyzing SharePoint search crawl logs, found many instances of the error: "The filtering process could not be initialized. Verify that the file extension is a known type and is correct"Root...
View ArticleChange Quick Launch Width in SharePoint 2013/2010/2007
When using lengthy titles in SharePoint 2013 quick launch bar, we may have to increase the width to fit the contents without wrapping to next line. Here are the nifty collection of CSS styles to change...
View ArticleChange SharePoint 2013/2010 Site Logo Link to Root Site URL
By default, on clicking the SharePoint 2010 or SharePoint 2013 site logo - It takes us to the root of the current site or sub-site. But you may want to link logo to top level site.Well, to change this...
View ArticleExport SharePoint 2007 Search Crawl Log Errors using PowerShell
Requirement: Found so many errors logged in the Search crawl log. Wanted to analyze them.Solution: Lets use this PowerShell Script to export search crawl errors to CSV: #Load SharePoint Assemblies...
View ArticleHow to Change Logo in SharePoint 2013
As a branding initiative, The first thing people do to customize SharePoint site is: changing logos to their company logo. Here is how to change logo in SharePoint 2013:Navigate to the Site Settings...
View ArticleExpand-Collapse All Groups in SharePoint 2013 List Views using jQuery
SharePoint doesn't has the ability to expand/collapse all groups in grouped list views. However, with jQuery we can bring Expand All-Collapse All buttons in SharePoint 2013 grouped list views. Just...
View ArticleDownload All Document Versions using Web Services - PowerShell
Requirement:Wanted to extract and download each version of the document stored in a SharePoint library. Well, PowerShell can do it from client side using web services. Here is the PowerShell script to...
View ArticleHow to Integrate Twitter with SharePoint to Get Twitter Feeds
Although there are Twitter-SharePoint web parts in codeplex, we can integrate twitter with SharePoint with Out-of-the-box script editor/content editor web parts in few steps. Simply, follow these steps...
View ArticleExport SharePoint List Item Version History to Excel
I wrote a PowerShell script and C# object model codes to generate SharePoint version history report in SharePoint document version history report, related to that, got a new requirement to export...
View ArticleInstalling and Configuring ADFS Integration with SharePoint 2013 - Step by...
Introduction:Active directory federation services is the solution for extending enterprise identity beyond corporate firewall. It simplifies sharing identities between trusted partners across...
View ArticlejQuery Image Rotator for SharePoint
Here is the quick and simple way to implement rotating image slider for SharePoint using jQuery.All you have do is: upload slider images to any SharePoint library and change the image paths in Slider...
View ArticleGet User E-mail Address from List Item "Created By" using PowerShell
For a PowerShell automation work, I had to retrieve the Email ID of the user who has created a particular list item. Here is the nifty PowerShell script to retrieve E-mail ID from created by...
View ArticleSharePoint 2013 Error: Unexpected response from server. The status code of...
SharePoint 2013 Search returned an error: Unexpected response from server. The status code of response is '500'. The status text of response is 'System.ServiceModel.ServiceActivationException'.In Event...
View ArticlePowerShell "Exception of type 'System.OutOfMemoryException'"
In middle of a script execution, Got the below error:The following exception was thrown when trying to enumerate the collection: "Exception of type 'System.OutOfMemoryException' was thrown.".At...
View ArticleHow to Disable Sync button in SharePoint 2013
Sync option in SharePoint 2013 enables users to keep copies in sync between SharePoint libraries and user's local disk. Once Synched, You get the flexibility to edit documents straight from your local...
View ArticleDetermine the Installed SharePoint Edition: Standard or Enterprise
Here is how to check whether standard or enterprise edition is installed in SharePoint 2013.Go to Central Admin >> Upgrade and Migration >> Click on "Enable Enterprise Features" This...
View ArticleCopy List Permissions in SharePoint using PowerShell
Ever wanted to clone permissions between SharePoint lists or Libraries? Well, Here is the nifty PowerShell script to copy permissions between SharePoint lists:Add-PSSnapin...
View ArticleGet SharePoint Document Library Inventory with PowerShell
This PowerShell script generates detailed report on the given SharePoint library's inventory in addition with its storage data. The output report contains:File NameFile Size(KB)Versions Size(KB)Total...
View ArticleArchive SharePoint Library Files into Sub-Folders using PowerShell
Requirement: We've a very large library with more than 20,000 files stored in the root of the document library without any sub-folders. Got to move files into Sub-folders to improve...
View Article