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?

link|improve this question
feedback

2 Answers

up vote 6 down vote accepted

You can also do it using the following:

gpresult

which will also show any GPO objects applied

link|improve this answer
That's a lot better than mine, thanks! – Andrzej Doyle Sep 30 '09 at 10:34
feedback

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.

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

Your Answer

 
or
required, but never shown

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