Local-IT-Dude wrote: » Is there an easy way to find out every group that an account is a member of? I want to include every group that the user is a member of, even ones where they are a member because the group they are in is a member. I swear there was a way to do this but Im not finding it now. Thank you
xenodamus wrote: » How about: dsget user <user DN> -memberof You would run that from a command line and enter the user's distinguished name in the brackets. I think that may do it.