Is it possible to list all group memberships for a certain AD user?
I thought it was something like:

  • net user londondom\john

But this doesn't seem to work for AD users. The same command will work for local users though:

  • net user johnlocal

Any ideas?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Try the following. I think it only works on the currently logged-in domain:

net user john /domain
link|improve this answer
Thanks, for some reason I was trying it with the domain group before the username and it didn't like it. – Rubans Mar 21 '11 at 15:51
feedback

Your Answer

 
or
required, but never shown

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