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"- Editado Neal McFee [MCT] jueves, 15 de marzo de 2012 22:25 Edit > c:\
-
viernes, 16 de marzo de 2012 8:11
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.
- Propuesto como respuesta Margriet Bruggeman viernes, 16 de marzo de 2012 9:43
- Marcado como respuesta Emir LiuMicrosoft Contingent Staff, Moderator viernes, 23 de marzo de 2012 2:48
-
viernes, 16 de marzo de 2012 13:45What is the unit of the size?
-
viernes, 16 de marzo de 2012 14:46Got it 63.3 MB

