Answered How do I find the site collection size?

  • jueves, 15 de marzo de 2012 19:51
     
     

    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

Todas las respuestas

  • jueves, 15 de marzo de 2012 20:48
     
     
  • jueves, 15 de marzo de 2012 22:24
     
     

    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"


  • viernes, 16 de marzo de 2012 8:11
     
     Respondida Tiene código

    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.

  • viernes, 16 de marzo de 2012 13:45
     
     
    What is the unit of the size?
  • viernes, 16 de marzo de 2012 14:46
     
     
    Got it 63.3 MB