SharePoint 2010: come abilitare la Developer Console (it-IT)

SharePoint 2010: come abilitare la Developer Console (it-IT)

 Questo argomento è un how to.
Si prega di mantenerlo chiaro e semplice per quanto possibile. Evitare discussioni speculative, come pure un esame in profondità dei meccanismi sottostanti o delle tecnologie correlate.

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.


Altre lingue

Questo articolo è disponibile anche nelle seguenti lingue:

English (en-US)

Leave a Comment
  • Please add 4 and 3 and type the answer here:
  • Post
Wiki - Revision Comment List(Revision Comment)
Sort by: Published Date | Most Recent | Most Useful
Comments
  • 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.

Page 1 of 1 (4 items)
Wikis - Comment List
Sort by: Published Date | Most Recent | Most Useful
Posting comments is temporarily disabled until 10:00am PST on Saturday, December 14th. Thank you for your patience.
Comments
  • Luigi Bruno edited Original. Comment: Added the "How To" Wiki Message Template.

  • Luigi Bruno edited Revision 1. Comment: Added the "Altre lingue" section. Added the "Translated into Italian" and the "Multi Language Wiki Articles" tags.

  • yottun8 edited Revision 2. Comment: Added the ja-JP link.

  • Luigi Bruno edited Revision 3. Comment: Added the "Italian Wiki Articles" tag to the tag list.

Page 1 of 1 (4 items)