Feeds:
Posts
Comments

Posts Tagged ‘stsadm’

Dear all, the same way that you can Toggle the Developer Dashboard using STSADM.exe, you can also toggle it using PowerShell. It is slightly more complicated, but works just as fine and it’s also faster than the STSADM command. Let’s have a look: $service = [Microsoft.SharePoint.Administration.SPWebService]::ContentService $ddSettings =$service.DeveloperDashboardSettings $ddSettings.DisplayLevel = [Microsoft.SharePoint.Administration.SPDeveloperDashboardLevel]::OnDemand $ddSettings.Update() What it does, [...]

Read Full Post »

Dear all, The developer dashboard is a very handy tool in Microsoft SharePoint Server 2010, when it comes to analyzing how your site is loading and finding potential bottlenecks. It displays information about databases, webservices, the current page itself and so on. You can see an example of the developer dashboard here. Once enabled, it [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.