/ Published in: Windows PowerShell
activate the developer dashboard
Expand |
Embed | Plain Text
$service = [Microsoft.SharePoint.Administration.SPWebService]::ContentService $addsetting =$service.DeveloperDashboardSettings $addsetting.DisplayLevel = [Microsoft.SharePoint.Administration.SPDeveloperDashboardLevel]::OnDemand $addsetting.Update()
You need to login to post a comment.
