SharePoint

How to open SharePoint site on Web front end (WFE) server

While creating a test SharePoint 2010 Farm I have installed all the software, solution, attached content database and wanted to see the result being on one of front-end servers, sp10wfe1. Test portal URL is http://sp10. So I entered URL in browser http://sp10 and wanted to see a site. Browser asked me about login and password, I entered them […] Read more»

SharePoint

Script for calculating SharePoint SPWeb size

SharePoint portal in active company grows like an anthill. Setting limits of SharePoint sites can protect from problems with disk spaces, but it makes more users requests that not all the administrators like. So I think a good tone not to set limits on SharePoint sites. Read more»

SharePoint

Copy file to all SharePoint farm server using PowerShell

If you have a SharePoint Farm and you need to update only one file, for example, in LAYOUTS dir (c:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\…), there’s no need to go to every server and copy file. Using PowerShell and some strings of code below you can easily do it. Read more»

SharePoint

How to change SQL server in SharePoint Farm

If you need to go through some steps of disaster recovery plan with your SharePoint 2010 Farm after falling down your MS SQL server (of course if it’s not on the same machine with your SharePoint), there are some steps to do it. I’ll describe steps how to install another instance of MS SQL Server […] Read more»

SharePoint

Get List info by ID in SharePoint

Using PowerShell it’s rather easy to find information list. In messages about denied access (especially in custom SharePoint solutions) you can see in URL ID of denided list. To find-out where it is you can using this script:  Read more»

SharePoint

Popular Posts