Kent,

GC: <---- That's the ticket.

I haven't seen anything on that one before. Here's a quick and dirty code example on how to use it. Since I only have one domain in my network it only returns one name, however I would like to hear back from you if this worked as needed.
code:
BREAK ON
$adsDomains = GETOBJECT(GC:)
? @SERROR + " : " + @ERROR
FOR EACH $ELEMENT IN $adsDomains
? $ELEMENT.Name
NEXT

My first thought is that you can enumerate the list of domains and then do a search in each domain until all matching users are found. Hopefully this will do what you need. I may also add a feature to my tool to do a global search for a user going outside of the selected domain.

-Ben
http://www.rgcweb.org/kix

[ 29. January 2003, 18:44: Message edited by: Ben Dulaney ]