Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

export members of a group

Status
Not open for further replies.

Netman06

Technical User
Aug 15, 2006
70
US
Hello,

I would like to know how you, export a list of a group.

Thanks,

Mike
 
from the command line:
List all users in a group
Code:
net group <name of group>
find a user in a group
Code:
net group <name of group> | find /i "<partial name of user"
The find a user will return the entire line of users, not just the one.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top