groups
Description
Groups configured on this system
List
[]group
Examples
Ensure the user is not part of group
groups.where(name == 'wheel').list { members.all( name != 'username') }
Description
Groups configured on this system
List
[]group
Examples
Ensure the user is not part of group
groups.where(name == 'wheel').list { members.all( name != 'username') }