Get Site Collection Details using STSADM

Leave a Comment
Hi All,

below commands are used to get the Site Collection details from the STSADM

Open Command Prompt as an Administrator

Type the below path to access the STSADM.exe and Press Enter

cd "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN"

Type the below Command to get the Site Collection Details
STSADM.exe -o enumsites -url "<Url of the web application>"
The above command will give you the following details
1. URL
2. Owner
3. Content Database
4. Used Storage(MB)
5. Warning Storage(MB)

Related Post

0 comments:

Post a Comment