Users in a Group

  • Thread starter Thread starter Diane Walker
  • Start date Start date
D

Diane Walker

We are running Windows 2000 Active Directory. We would like to run a report
to find out all the users in one particular group. Is there a way to find
out?

Thanks.
 
Thank you very much everyone for your prompt responses and suggestions.
 
Just open up the group in AD Users and Computers and look at
the membership.


Otherwise I believe you can use DSGET if Windows 2000 is sp3
or greater

http://www.microsoft.com/technet/pr...elp/96a4a5ee-ee72-44d5-845f-71b2de33d441.mspx

Also csvde and ldifde are available.
--


Paul Bergson MCT, MCSE, MCSA, CNE, CNA, CCA

This posting is provided "AS IS" with no warranties, and
confers no rights.



to run a
report

try using adfind from joeware:
http://www.joeware.net/win/free/tools/adfind.htm

adfind -default -f "(&(objectCategory=group)(samaccountname=<your
group samaccountname goes here>))" member
 

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

Back
Top