Customize the sharepoint 2010 site top menu 15 December 2011 How to hide SharePoint 2010 root node from menu, how to change TopNavigationDataSource setting on master page. To do this you need to do some changes in your site...
Add all authenticated users to sharepoint security group programmatically 15 December 2011 One of the projects I came across a scenario where I need to pre populate custom security groups with “All authenticated Users”. I have wrote a code...
SharePoint 2010 chart using external data (BCS) 30 November 2011 I want to share sharepoint 2010 OOTB feature which impressed me a lot. You can create chart in SharePoint 2010 based on external data without any custom code or...
How to block sandbox solution on SharePoint 2010 farm 30 November 2011 In sharepoint 2010 we can upload and activate sandbox solutions. Although the sandbox solutions can slow down the page system pages execution of cause an error on...
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...
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...
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...
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...
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...