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

No comments:

Post a Comment