Get-SPFarm | select Name, buildversion, @{expression = {$_.Defaultserviceaccount.name};Label=”Farm Account”}
Powershell Command to Delete List Items with more than 5000 items in SharePoint 2010
As we know deleting sharepoint list which has more than 5000 list items is kind of hectic. Better way to delete that list , the simplest and efficient one would be using the powershell command to delete the list ……
Powershell Command to Add List Items in SharePoint 2010
Let’s add a few thousand items to it. Out of the box, SharePoint doesn’t start throttling lists until there are 5000 items, so you’ll want to create at least that many. This script creates the list items: for…
How to List all SharePoint Databases
After many Google searches and a few forum posts i got the easiest way to find out all the databases names used by the current sharepoint farm.. Central Admin >> OPERATIONS >> PERFORM A BACKUP (which takes you to “/_admin/Backup.aspx”)…
Enable BLOB Cache for SharePoint Websites
When accessing the sharepoint pages its very important to consider the caching facts happening around IIS. Ideally the Sharepoint site involves/refers multiple js, css, image files , etc. The better way to reduce the server roundtrip is to improve the…
Search Server 2010 Express–Introduction, Installation & Configuration
Prerequisite 1) SFS 2010 with one Application Server running Central Administrating Site and other services 2) SFS 2010 with one Web Front End Server hosting Web application 3) SQL Server Database server hosting databases required for SFS 2010 4) Download…
Mulitiple File Upload Error in WSS/MOSS
When uploading multiple documents to the document library from outside of corporate network, the remote users were getting “Cannot run Windows SharePoint Services on this page: Error: “Cannot run Windows SharePoint Services on this page Error for Moss 2007 Upload…
Default Services and Features in Sharepoint Foundation/Standard/Enterprise 2010
SharePoint Foundation 2010 Service Applications: BCS User and Health Security Token Service (STS) Claims to Windows Token Service Application Discovery and Load Balancer Service Subscription Settings Service Sandboxed Code Service SharePoint Foundation Search Service Workflow Timer Service State Service Site…
Remove ms-separator from sharepoint pages
Note: add this script at the bottom of the page say before
Error: Cannot retrieve the information for application credential key
If you are receiving the error Cannot retrieve the information for application credential key. the problem is that the credentials could not be encrypted because no credential key has been established; to establish a credential key you must run STSADM…