Microsoft Technology, .Net, BizTalk, Sharepoint & etc.

Liedong(Ken) Zheng, Senior SharePoint Developer at SIMPLOT

Archive for October 12th, 2008

WSS – How to get site size? Site collection site? Workspace site?

Posted by ken zheng on October 12, 2008

By UI:

Go to Site Actions >Site Settings(from your root site > Site Collections Admin > Usage Summary..
another method would be running the command line tool STSADM ENUMSITES (which is found here in MOSS07:

C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\ by default):

STSADM.exe -o enumsites -url htt:// YOURSITENAMEHERE > SiteList.txt

The results of the ENUMSITES in the SiteList.txt file will look like this:

Not very granular but quick and easy.

Posted in Sharepoint | Tagged: | Leave a Comment »