How to extract the existing user and group information

N

NewUser

Hello:

Is it possible to extract the Group and user list by local executing
the script or batch. I need to keep this user list that belong to which
group.

Thanks!
 
M

Michael Bednarek

Is it possible to extract the Group and user list by local executing
the script or batch. I need to keep this user list that belong to which
group.

I'm not quite sure I understand what exactly you want, but these command
might get you started:
NET USER joeblogg /DOMAIN
NET GROUP somegroup /DOMAIN
 
N

NewUser

Hello:

It need to identify the group before getting the list. Does I can use
the script that I didn't need to cater the existing group and it can
extract the user with all the group?

Thanks!
 
M

Michael Bednarek

It need to identify the group before getting the list. Does I can use
the script that I didn't need to cater the existing group and it can
extract the user with all the group?

Have you tried the commands? Don't they provide the information you
need?
 
N

NewUser

Hello:

I have try to command and it use useful. I would like to have the
example for how to extract the group with the user for the group that
belongs to. But I need to check with over 200 machines local group. So,
I would like to have the batch example for how to handle the group that
I didn't know it exist or not.

Thanks!
 

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