Monday, August 29, 2011

Setup missing Usage Reports in SharePoint 2010

Quick use stsadm powershell or SQL management

stsadm -  stsadm.exe -o enumsites

Powershell -

$MySite = Get-SPSite http://my.sharepoint.com
$MySite.Usage.Storage / 1MB

Because now we now use web analytics for usage reports in SharePoint 2010 and you have to setup and gather info.

The setup for usage reports is found here

http://technet.microsoft.com/en-us/library/gg266382.aspx

Note that planning is recommended as well

http://technet.microsoft.com/en-us/library/gg440601.aspx

Issues try this

http://social.technet.microsoft.com/Forums/en-US/sharepoint2010setup/thread/30d11d27-6708-4bfe-a7d3-4b0aed522e7d

Friday, August 19, 2011

HTTP Monitoring

Fiddler is a great tool and you can download here http://fiddler2.com/Fiddler2/version.asp

Also it is able to capture when the client is unable to be configured as a proxy
http://fiddler2.com/Fiddler/help/reverseproxy.asp

If these are not good enough then give these a try
Wireshark http://www.wireshark.org/
Microsoft Network Monitor
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=4865

Monday, August 8, 2011

Great Links

Sharepoint General



Development

PowerShell


Records Management

Monitoring