Ads

Wednesday, 15 February 2017

Enable developer dashboard using powershell in SharePoint 2013


$content = ([Microsoft.SharePoint.Administration.SPWebService]::ContentService)
$dashboardSettings =$content.DeveloperDashboardSettings
$dashboardSettings.DisplayLevel = [Microsoft.SharePoint.Administration.SPDeveloperDashboardLevel]::On
$dashboardSettings.Update()

No comments:

Post a Comment

Ads