Execute the STSADM as
STSADM -o enumSites -url http://**** > c:\***.xml
This will generate the ***.xml file with following information:
1. URL of site collections
2. Primary Owner
3. Secondary Owner
4. Content Database
5. Storage Used
6. Storage Warning
7. Storage Max
STSADM -o enumSites -url http://**** > c:\***.xml
This will generate the ***.xml file with following information:
1. URL of site collections
2. Primary Owner
3. Secondary Owner
4. Content Database
5. Storage Used
6. Storage Warning
7. Storage Max
Comments