I need to get a report of all sites created within our SharePoint site. I tried the Site Directory, but I know there are some missing here, because you have the option of *not* including it in the directory when you create it. How do I get to this information
Thanks,
Jen

List of All SharePoint Sites (Site Directory not enough)
DeanoCalver
Sean Connolly
Joel
I am using the enumsites command I see all my personal sites listed but when I print the list I am not getting the users from a - d. How can I correct this
Indinfer at Baltimore Med Sys
Look at the stsadm enumsites command in the SharePoint bin directory, it will give you a list of all the site collections and owners.
stsadm -o enumsites -url http://webappname
Xavier Arnau
Try stsadm -o enumsites -url http://webappname
This will give you a list of site collections and owners. If you need webs, you can do enumwebs.
The option for devs is writing against the Spsite and SPweb and looping through all objects grabbing what you need.