Dear all, I already got the happy notice on July, 1st while on the way to the holidays. I returned 2 days ago and finally could embrace the MVP Award Kit! In fact, I’m the first SharePoint Server MVP from South Tyrol, and one among only few in Italy. The MVP Award [...]
Archive for July, 2011
MVP Award Kit Unboxed – Back from Holidays
Posted in Awards, Certfication, News, SharePoint 2010, tagged Award, Kit, Microsoft Most Valuable Professional, mvp, MVP Profile, NDA, nondisclosure agreements, pin, SharePoint 2010, SharePoint Server, Unboxing on July 18, 2011 | Leave a Comment »
SharePoint Server 2010 SP1 Cool Feature: Restore Deleted Site
Posted in Configuration, News, Opinion, Productivity, SharePoint 2010, Troublshooting, tagged drawback, farm restore, feature, Restore, Service Pack 1, SharePoint 2010, site, Site Actions, site collection administrator, site collections. PowerShell, SP1, SPWeb, time consuming on July 15, 2011 | Leave a Comment »
Dear all, one of the definitely nicest features of the Service Pack 1 for SharePoint Server 2010 is the ability to restore single sites, which wasn’t possible before. Procedure for restoring a site pre-SP1: Restore entire farm from backup. Drawbacks: Time consuming, costly. Most of the times not performed at all. [...]
Increase PerformancePoint Services Availability: Associate a Failover Database
Posted in Business Intelligence, Deployment, Installation, Monitoring, PowerShell, Productivity, SharePoint 2010, SQL Server 2008, tips, tagged Availability, Business Intelligence, Cluster, configuration manager, Failover, farm, PerformancePoint Service Application, PerformancePoint Services, server instance, SharePoint 2010, SQL Server 2008 on July 12, 2011 | Leave a Comment »
Dear all, while you can plan and organize availability on farm level by configuring Network Load Balancing and also SQL Server database mirroring and failover clustering, you do also have the possibility to plan for high availability on service application level, especially for critical service applications like PerformancePoint. In order to perform this, you must [...]
Toggle SharePoint Developer Dashboard using PowerShell
Posted in Configuration, Installation, PowerShell, Productivity, SharePoint 2010, tips, tagged Add-PSSnapin, Developer Dashboard, enable, PowerShell, SharePoint 2010, SPDeveloperDashboardLevel, stsadm, Toggle on July 8, 2011 | Leave a Comment »
Dear all, the same way that you can Toggle the Developer Dashboard using STSADM.exe, you can also toggle it using PowerShell. It is slightly more complicated, but works just as fine and it’s also faster than the STSADM command. Let’s have a look: $service = [Microsoft.SharePoint.Administration.SPWebService]::ContentService $ddSettings =$service.DeveloperDashboardSettings $ddSettings.DisplayLevel = [Microsoft.SharePoint.Administration.SPDeveloperDashboardLevel]::OnDemand $ddSettings.Update() What it does, [...]
Toggle SharePoint 2010 Developer Dashboard using STSADM
Posted in Automation, Configuration, PowerShell, Productivity, SharePoint 2010, SQL Server 2008, Troublshooting, Uncategorized, tagged bottleneck, Developer Dashboard, on demand, PowerShell, SharePoint 2010, sql server, stsadm, Toggle, tool on July 5, 2011 | 1 Comment »
Dear all, The developer dashboard is a very handy tool in Microsoft SharePoint Server 2010, when it comes to analyzing how your site is loading and finding potential bottlenecks. It displays information about databases, webservices, the current page itself and so on. You can see an example of the developer dashboard here. Once enabled, it [...]
SharePoint MVP Award Received!
Posted in Certfication, Opinion, SharePoint 2010, tips, Uncategorized, tagged Award, Community, Most Valuable Professional, mvp, SharePoint Server 2010, SP 2010 on July 1, 2011 | 13 Comments »
Dear all, this week is just awesome! After receiving the Microsoft Community Contributor 2011 Award, it is a great great pleasure & honour to announce that today I have been awarded with the Microsoft Most Valuable Professional Award as of July 2011, in the field of SharePoint Server 2010! This means I am the first [...]
I’m on Vacation for 2 Weeks – but my Blog is Not ;-)
Posted in Office 365, SharePoint 2010, tagged Office 365, SharePoint 2010 on July 1, 2011 | Leave a Comment »
Dear all, I’m on vacation for the next 2 weeks and will be back on July, 18th. However, this blog is not standing still in the meantime. It will continue emitting posts about SharePoint and Office 365 throughout the next 2 weeks, since I prepared and scheduled several posts, so please check back here regularly. Wish [...]
Shallow Copy in SharePoint Server 2010 SP1: RbsProviderMapping
Posted in News, PowerShell, Service Pack 1, SharePoint 2010, Snippet, tips, tagged BLOB, content database, Destination Database, Move-SPSite, new feature, RbsProviderMapping, remote blob storage, Service Pack 1, shallow copy, SharePoint 2010, site collection, unstructured content on July 1, 2011 | 2 Comments »
Dear all, Shallow Copy is one of the new features added by the SharePoint Server 2010 SP1. Citing Microsoft, it does the following: Shallow copy is a migration technique in which structured site collection data is moved across content databases while the unstructured data remains untouched in its originally configured BLOB store. [...]

