I need a script to list users of a group and all nested groups with in that 
group.  Here is what I have so far.

I set the File System Object
I set the WshShell
Set ObjGroup to get object from the ldap search

For each objuser in objgroup.members
wscript.echo "SamID:" & objUser.Samaccountname


This will list all users and groups in the group specified in the LDAP search. 
All i want to list is users of that groups and users of any nested group.

Thanks

M C K





      
____________________________________________________________________________________
Looking for last minute shopping deals?  
Find them fast with Yahoo! Search.  
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
~ Upgrade to Next Generation Antispam/Antivirus with Ninja!    ~
~ <http://www.sunbelt-software.com/SunbeltMessagingNinja.cfm>  ~

Reply via email to