Showing posts with label STSAdm Command. Show all posts
Showing posts with label STSAdm Command. Show all posts

Thursday, June 5, 2008

Export List of Current SP Sites

This is very handy...

1. On the current server, open command prompt. Type:

· Stsadm –o enumsites –url >c:\sites.xml
· (ex: stsadm –o enumsites –url http://url.com >c:\sites.xml)

This will export a list of all current sites housed under the url into the xml file called sites.xml. Use this as a guide to ensure all sites are backed up and moved over.

2. Repeat for all urls and change your file name if you have multiple URL's