Revision: 48168
Updated Code
at June 25, 2011 08:02 by nickaranz
Updated Code
$service = [Microsoft.SharePoint.Administration.SPWebService]::ContentService $addsetting =$service.DeveloperDashboardSettings $addsetting.DisplayLevel = [Microsoft.SharePoint.Administration.SPDeveloperDashboardLevel]::OnDemand $addsetting.Update()
Revision: 48167
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at June 25, 2011 08:00 by nickaranz
Initial Code
blogListPostPostedDateAndSummary ( sblogwp) font 10 .dfwp-list font 10 #nextBtn paddingleft 300 .ms-WPBody .ms-WPBody TD TD.ms-vb $service = [Microsoft.SharePoint.Administration.SPWebService]::ContentService $addsetting =$service.DeveloperDashboardSettings $addsetting.DisplayLevel = [Microsoft.SharePoint.Administration.SPDeveloperDashboardLevel]::OnDemand $addsetting.Update()
Initial URL
Initial Description
activate the developer dashboard
Initial Title
Power-shell SharePoint 2010 Developer Dashboard
Initial Tags
script
Initial Language
Windows PowerShell