group name

  • Thread starter Thread starter JIM H.
  • Start date Start date
J

JIM H.

Hello,
I would like to find out the group name that a user
belongs to and create a file with that name, how can I do
that?
Thanks,
Jim.
 
I would like to find out the group name that a user
belongs to and create a file with that name, how can I do
that?

A user may be in several groups. Do you want to create a file for each
existing group?
There may be several users belonging to a group: Files will be
overwritten.
Sorry, your approach sounds quite unstructured.

Tell us what is needed ...

Ciao, Walter
 
JIM H. said:
I would like to find out the group name that a user
belongs to and create a file with that name, how can I do

Start with one of these commands, where UserName is the username of the
account of interest:-

net user UserName /domain
net user UserName
 
Back
Top