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…

Read more

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 =…

Read more

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…

Read more
top