How do I find the site collection size?
-
Thursday, March 15, 2012 7:51 PM
I have read several threads to find my answer but did not get the size.
Tried the following
STSADM.exe -o enumsites -url htt:// YOURSITENAMEHERE > SiteList.txt--states access denied
All Replies
-
Thursday, March 15, 2012 8:48 PM
-
Thursday, March 15, 2012 10:24 PM
try running the cmd.exe as Administrator
Also, I trust the typo in the forum post is not in your cmd line --> "htt://"
Also, try adding a file path to the > c:\SiteLists.txt you may not have access to the location you started the cmd.exe from.
If this helps you then please mark the post as helpful.
If this answers your question then mark it as the answer.
If another contributor in the thread answers your question then please do the right thing.
And as always most answers for SharePoint are based on "It depends"- Edited by Neal McFee [MCT] Thursday, March 15, 2012 10:25 PM Edit > c:\
-
Friday, March 16, 2012 8:11 AM
Hi ChitraSaha,
If you need to know the size of your sitecollections try this powershell cmdlet
Get-SPSiteAdministration | ft url,diskused -AutoSize
//GutkePlease click "Propose As Answer" if a post solves your problem or "Vote As Helpful" if a post has been useful to you.
- Proposed As Answer by Margriet Bruggeman Friday, March 16, 2012 9:43 AM
- Marked As Answer by Emir LiuMicrosoft Contingent Staff, Moderator Friday, March 23, 2012 2:48 AM
-
Friday, March 16, 2012 1:45 PMWhat is the unit of the size?
-
Friday, March 16, 2012 2:46 PMGot it 63.3 MB

