SharePoint Developer Dashboard

$ContentService = [Microsoft.SharePoint.Administration.SPWebService]::ContentService
$DevDashboard = $ContentService.DeveloperDashboardSettings
$DevDashboard.DisplayLevel = "On"
$DevDashboard.Update()