Oct 12, 2006 #1 Netman06 Technical User Aug 15, 2006 70 US Hello, I would like to know how you, export a list of a group. Thanks, Mike
Oct 12, 2006 #2 edpatterson IS-IT--Management Feb 24, 2005 186 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. Upvote 0 Downvote
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.