Developer Dashboard

5 May

The Developer Dashboard is great to see what’s going on when loading a page in SharePoint 2010. Windows PowerShell is THE application to enable/disable the Developer Dashboard in SharePoint 2010. Here are the commands: $service=[Microsoft.SharePoint.Administration.SPWebService]::ContentService.DeveloperDashBoardSettings; $service.DisplayLevel = “On”; $service.Update(); The … Read More »