Answered by:
How to get the list of site collections in wss 2.0 and wss 3.0

Question
-
Hi,
How to get the list of site collections in wss 2.0 and wss 3.0
Please provide related articles to me
Thanks in advance
Thursday, May 8, 2014 2:23 PM
Answers
-
trying to think back to my wss3.0 days... shouldn't you have Central Admin in 3.0, where you can see the list of site collections under "site collections" or "view all site collections" in Central Admin? Otherwise, you may be able to use stsadm -o enumsites -url <web app url>
Try that... and to get subwebs you would do stsadm -o enumwebs -url <sitecol url>
- Marked as answer by Hemendra AgrawalModerator Friday, May 23, 2014 9:51 AM
Thursday, May 8, 2014 2:34 PM -
Use 11 for wss 2.0 and 12 for wss 3.0
Go to :\Program Files\Common Files\Microsoft Shared\web server extensions\11\BIN\”
stsadm.exe -o enumsites -url <root url>
to get the list of site collections and
stsadm.exe -o enumsubwebs -url <root url>
to get the list of sub sites.
http://support.microsoft.com/kb/832807
http://ServerName/_layouts/1033/Siteusrs.aspx to manage permissions
- Marked as answer by Hemendra AgrawalModerator Friday, May 23, 2014 9:51 AM
Thursday, May 8, 2014 2:36 PM
All replies
-
trying to think back to my wss3.0 days... shouldn't you have Central Admin in 3.0, where you can see the list of site collections under "site collections" or "view all site collections" in Central Admin? Otherwise, you may be able to use stsadm -o enumsites -url <web app url>
Try that... and to get subwebs you would do stsadm -o enumwebs -url <sitecol url>
- Marked as answer by Hemendra AgrawalModerator Friday, May 23, 2014 9:51 AM
Thursday, May 8, 2014 2:34 PM -
Use 11 for wss 2.0 and 12 for wss 3.0
Go to :\Program Files\Common Files\Microsoft Shared\web server extensions\11\BIN\”
stsadm.exe -o enumsites -url <root url>
to get the list of site collections and
stsadm.exe -o enumsubwebs -url <root url>
to get the list of sub sites.
http://support.microsoft.com/kb/832807
http://ServerName/_layouts/1033/Siteusrs.aspx to manage permissions
- Marked as answer by Hemendra AgrawalModerator Friday, May 23, 2014 9:51 AM
Thursday, May 8, 2014 2:36 PM