Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Hello Support,
aa groups --member "GROUP_NAME"
shows all the users within the GROUP_NAME.
How do I see other groups which are also members of GROUP_NAME?
Thank you.
Regards
Solved! Go to Solution.
Hi Pashan,
The aa groups command will expand any sub-groups in the returned output so you will only see a complete list of users. Article CS154741 mentions that you would want to run the command integrity viewmksdomaingroup [group name] against the groups to see the output. Note that this only accepts 1 group name in the command so this would need to be scripted if you want to run it against multiple groups.
Sample output would appear similar to below:
C:\Program Files (x86)\Integrity\IntegrityClient10\bin>integrity viewmksdomaingroup Administrators
Name: Administrators
Description:
Group Members:
administrator:User
executive:User
Managers:Group
Hi Pashan,
The aa groups command will expand any sub-groups in the returned output so you will only see a complete list of users. Article CS154741 mentions that you would want to run the command integrity viewmksdomaingroup [group name] against the groups to see the output. Note that this only accepts 1 group name in the command so this would need to be scripted if you want to run it against multiple groups.
Sample output would appear similar to below:
C:\Program Files (x86)\Integrity\IntegrityClient10\bin>integrity viewmksdomaingroup Administrators
Name: Administrators
Description:
Group Members:
administrator:User
executive:User
Managers:Group