Exporting Group Members

E

Eddie Brown

Is there a way to Export members of a group to a text
file and include User ID, Full Name, and Description
using Active Directory Users and Computers
 
J

Jerold Schulman

Is there a way to Export members of a group to a text
file and include User ID, Full Name, and Description
using Active Directory Users and Computers


No, but if you have a Windows XP domain member or Windows Server 2003 domain
member (or DC), see tip 7714 in the 'Tips & Tricks' at http://www.jsiinc.com


dsquery * domainroot -filter "(&(objectCategory=Person)(objectClass=User))"
-attr sAMAccountName displayName description -limit 0


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 

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