Recycle bin retention period setting using PowerShell 30 November 2011 In SharePoint 2010 there is a recycle bin property called “RecycleBinRetentionPeriod”. This property specifies the number of days files will be stored in recycle bin and then will be deleted after that period. I wrote a PowerShell script to set the SharePoint 2010 site retention […]
Sharepoint 2010 web application maximum upload file size limit 30 November 2011 The maximum file size setting will determine the maximum size of files uploaded to document libraries on the site. You can set the sharepoint 2010 web application max file size limit in many ways, but I have done this in PowerShell. I wrote […]
Collaboration site default page setting in SharePoint 2010 28 November 2011 In the last post I have explained how you can change publishing site default page using PowerShell You can also achieve same for collaboration site. In this post I explain how SharePoint 2010 collaboration site default page is set up. $site = get-spsite “http://site […]
Setting up publishing site default page in sharepoint 2010 28 November 2011 In SharePoint 2010 publishing site you can choose the default page for that site. In the following example I will show you how you can change the default page of publishing site by using PowerShell. $site = get-spsite “http:// site URL” $pub = […]
Use PowerShell to set security timeout in SharePoint 28 November 2011 A user logged off after a certain period of time from sharepoint 2010 site. You can reset this timeout according to your requirement. If you need a user session to be open for more time you can always change the security time out by using […]
SharePoint 2010 should or should not be on cloud 25 November 2011 There are some benefit and consideration if you move your sharepoint 2010 environment on cloud for your organizations. Let’s talk about the good bits first and then we will move towards the worries. J Benefits: (why sharepoint should be on cloud) Simplify SharePoint […]
Print SharePoint wiki pages all at once 24 November 2011 Have you come across a scenario when you have multiple wiki pages on your sharepoint site and you want to print them all? I think it will be a big time waste if you have thousands of pages and start printing them one by one. […]
SharePoint blog with attachment capability workaround 24 November 2011 By default there are not any settings in sharepoint to enable attachments with blog posts. It is not a perfect way to do this, but worth to mention on my blog I think. I have done a workaround to achieve this I hope this blogs helps […]
SharePoint Cloud Based Service Providers 24 November 2011 I have listed few cloud based service providers for SharePoint. If you guys came across any other cloud based service please add it in comments. I am just trying to put all cloud service provider in one place. Microsoft Office 365 Microsoft is committed to delivering business-grade cloud […]
Configure performance counter for SharePoint environment 23 November 2011 I have explained below how you can setup base line and incident performance count for your sharepoint server. This will allow producing a baseline of the source depletion over a period of time. When a problem is occur, these performance encounters can be used to analyze […]