Here's another sample from Robbie Allen's AD Cookbook http://www.rallenhome.com/books/adcookbook/src/07.02-view_group_membership.v bs.txt
Alternatively, you could use CSVDE, e.g. this example finds all security enabled global groups and writes the membership to a file. C:\>csvde -f groups.csv -d "DC=mydom,DC=com" -r "(&(objectCategory=group)((&(groupType:1.2.840.113556.1.4.803:=8)(groupType: 1.2.840.113556.1.4.803:=-2147483648))))" -p subtree -l member You could also use a combination of dsquery and dsmod to get the same information, e.g. dsquery group | dsget group -members (You can refine this with a whole lot of command line options). For more information on searching for groups with LDAP see the following links. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/adsi/adsi/a ds_group_type_enum.asp http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ad/ad/searc hing_for_groups_by_scope_or_type_in_a_domain.asp Tony -----Original Message----- From: Kevinm [CA] [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 12. Mai 2004 18:02 To: Exchange Discussions Subject: RE: AD Export Tool Excellent!!! I googled and did not find much.. what did you google for?? --Kevinm WLKMMAS Exchange MVP Http://www.wlkmmas.org -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Atkinson, Miles Sent: Wednesday, May 12, 2004 8:44 AM To: Exchange Discussions Subject: RE: AD Export Tool Only other (free) way would be to script it. A two second search on Google revealed http://hacks.oreilly.com/pub/h/1128 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kevinm [CA] Sent: 12 May 2004 16:40 To: Exchange Discussions Subject: RE: AD Export Tool He really wants to export DL membership.. --Kevinm WLKMMAS Exchange MVP Http://www.wlkmmas.org -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Fyodorov, Andrey FTL Sent: Wednesday, May 12, 2004 8:29 AM To: Exchange Discussions Subject: RE: AD Export Tool You mean you don't like LDIFDE? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bowles, John (OIG/OMP) Sent: Wednesday, May 12, 2004 11:16 AM To: Exchange Discussions Subject: AD Export Tool All, Is there a simple tool that pulls information out of distribution lists etc? Rather than going through all the command line commands? Please let me know. I just want to know if there is something a tad easier to obtain group information out of AD. Thank you, _____________________ John Bowles Exchange Engineer OIG/HHS [EMAIL PROTECTED] _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Web Interface: http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchange&text_mode=& lang =english To unsubscribe send a blank email to %%email.unsub%% Exchange List admin: [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with. _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Web Interface: http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchange&text_mode=& lang=english To unsubscribe send a blank email to %%email.unsub%% Exchange List admin: [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with. _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Web Interface: http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchange&text_mode=& lang=english To unsubscribe send a blank email to %%email.unsub%% Exchange List admin: [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with. _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Web Interface: http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchange&text_mode=& lang=english To unsubscribe send a blank email to %%email.unsub%% Exchange List admin: [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with. _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Web Interface: http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchange&text_mode=&lang =english To unsubscribe send a blank email to %%email.unsub%% Exchange List admin: [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with. _________________________________________________________________ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Web Interface: http://intm-dl.sparklist.com/cgi-bin/lyris.pl?enter=exchange&text_mode=&lang=english To unsubscribe send a blank email to [EMAIL PROTECTED] Exchange List admin: [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
