How are you attempting to do this (browser UI, client tools, coding against
the SP API, etc)? It would be easy to do with custom code; you could just
iterate through the sites (SPWebs) in a site collection (SPSite). You'd
have to do some recursion to make sure you hit all possible levels, but that
should be a trivial exercise.