Questo script di PowerShell può essere utilizzato per abilitare la Developer Console in una farm SharePoint:
$consoleSettings = [Microsoft.Sharepoint.Administration.SPWebService]::ContentService.DeveloperDashboardSettings $consoleSettings.DisplayLevel = "OnDemand" $consoleSettings.RequiredPermissions "EmptyMask" $consoleSettings.TraceEnabled = $true $consoleSettings.Update()
Semplice, ma efficace: appena si visiterà il sito SharePoint sarà visualizzata un'icona di diagnostica affianco al proprio username sulla barra in alto.
Questo articolo è disponibile anche nelle seguenti lingue:
Luigi Bruno edited Revision 3. Comment: Added the "Italian Wiki Articles" tag to the tag list.
yottun8 edited Revision 2. Comment: Added the ja-JP link.
Luigi Bruno edited Revision 1. Comment: Added the "Altre lingue" section. Added the "Translated into Italian" and the "Multi Language Wiki Articles" tags.
Luigi Bruno edited Original. Comment: Added the "How To" Wiki Message Template.