Answered 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"


  • Friday, March 16, 2012 8:11 AM
     
     Answered Has Code

    Hi ChitraSaha,

    If you need to know the size of your sitecollections try this powershell cmdlet

    Get-SPSiteAdministration | ft url,diskused -AutoSize 


    //Gutke


    Please click "Propose As Answer" if a post solves your problem or "Vote As Helpful" if a post has been useful to you.

  • Friday, March 16, 2012 1:45 PM
     
     
    What is the unit of the size?
  • Friday, March 16, 2012 2:46 PM
     
     
    Got it 63.3 MB