Monthly Archives: November 2011

Disaster Recovery – Hint of the day

Very calming note on Microsoft Technet: No matter which disaster recovery solution you decide to implement for your environment, you are likely to incur some data loss. http://technet.microsoft.com/en-us/library/ff628971.aspx#Section1

Posted in SharePoint | Leave a comment

Get Email from Document Libraries via PowerShell

There’s no feature to get all the email addresses used in libraries in a SharePoint Farm. This tiny PowerShell Script will help. function GetLibEmail ($WebApp) {     $WebApplication = Get-SPWebApplication $WebApp     $WebApplication | Get-SPSite | Get-SPWeb  -limit all | … Continue reading

Posted in PowerShell, SharePoint | 1 Comment

SharePoint 2010 WarmUp

Wenn dem SharePoint kalt wird in der Nacht. Jeder IIS Server, der was auf sich hält, macht standardmäßig nachts um 2:43 ein Recycling der ApplicationPools. Damit wird der vom ApplicationPool reservierte Speicher aufgeräumt. Bei SharePoint ist dies recht nervig, vor … Continue reading

Posted in SharePoint, Tools | Tagged | Leave a comment