How to find which group each user is in

  • Thread starter Thread starter Jack Russell
  • Start date Start date
J

Jack Russell

I have found two ways of getting a list of users entitled to login to a
machine (directory and management services). However neither seem to be
able to tell me what role each user has (administrator, user etc).

Any clues gratefully received!
 
Cor said:
Jack,

You have searched allready with "isinrole" on msdn you get than a lot of
information.

http://search.microsoft.com/search/results.aspx?qu=isinrole&View=msdn&st=b&c=0&s=1&swc=0

Or do you mean "hasroles", which is in my opinion totally unimportant for a
general program, the point is if somebody has a role, not what roles he has.

I hope this helps,

Cor
My problem is relating the isinrole which seems to relate to the current
user to the list of users that I can find using the other methods.
 

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

Back
Top