Returns a collection of groups to which the user belongs.
Il s'agit d'une propriété en lecture seule ; elle peut être visualisée mais pas définie.
Each element of the returned collection is a Group object. To add users to a group, use the AddUser method of the Group object.
VBScript
user.Groups
Perl
$user->GetGroups();