printing the member contents fo a user group

  • Thread starter Thread starter Chuck Thompson
  • Start date Start date
C

Chuck Thompson

In Active Directory Users and Computers, I can see the
members of a certain group on screen. Does anyone know how
to print out all of the members that are in a group?
Thanks.
 
You can use command line utility
net group "groupname" /domain

and redirect it to a file.

--
Regards

Matjaz Ladava, MCSE (NT4 & 2000)
(e-mail address removed)
http://ladava.com
 
Back
Top