Hi!

I'm using nested groups and I have local groups (publish groups) which have
global groups (user groups) as members. The global groups have the user
objects as members.



I need to query users from one local group which has more than one global
groups as members.

I know that when I can get the members from the local group by running:
get-qadgroup -name 'groupname' | select-object members

I see that the get-qadgroup has also a method called members is that the
key? I'm using PS rarely and I keep on forgetting the simpliest things!