Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

This seems like it would be a simple question, but my Google skills have failed me.

When logged into a domain (as a domain user without any admin rights), how can I determine what groups my user account belongs to?

share|improve this question

2 Answers

up vote 10 down vote accepted

You can also do it using the following:

gpresult

which will also show any GPO objects applied

share|improve this answer
That's a lot better than mine, thanks! – Andrzej Doyle Sep 30 '09 at 10:34
You can use this command with /R to have the list of the group the user belong to. – Daok Nov 14 '12 at 18:18

Ah - I managed to find a way to do this, from a command prompt:

net user {username} /domain

Which includes in its output a list of "global group memberships" corresponding to domain groups.

share|improve this answer
Very handy command. – tovare Oct 11 '10 at 9:18

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.