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?