Group members

G

Guest

Hello guys!

Do you know some tool (free) to get a members list group in active directory?

My file server (Win2K3) has the permissions managed by AD groups, I need to
generate a report about what groups and members have access to the shared
folders.

Thank you !
 
P

ptwilliams

There are a number of ways of getting all the users and groups and members
of groups via ADSI, ADO, dsquery, csvde, LDIFDE, adfind, etc.

I think, without testing this as I'm roaming, you'd do this like so:

C:\>adfind -b dc=msresource,dc=net -f "objectCategory=group" member

You'll find ADFIND here:
-- http://www.joeware.net/win/free/tools/adfind.htm

Have a look at this page which explains how to use Joe Richards' ADFIND tool
to do what you want to do:
-- http://blogs.brnets.com/michael/archive/2004/06/24/168.aspx


However, generating a report of what groups has access to which resources is
probably not going to be as straight-forward...
 
J

Jerold Schulman

Hello guys!

Do you know some tool (free) to get a members list group in active directory?

My file server (Win2K3) has the permissions managed by AD groups, I need to
generate a report about what groups and members have access to the shared
folders.

Thank you !

See tip 9102 » How can I enumerate the shares on a local or remote computer?
in the 'Tips & Tricks' at http://www.jsifaq.com

See 8875 » How can I list the members of the local Windows XP or Windows Server 2003 Administrators group, including those that are member via group nesting?

See 8239 » How do I enumerate local and/or domain groups in a script?

See 8767 » How can I report a user's or Group's permissions on a server's shares?

See 5871 » Freeware MemberOf utility.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top