Utils_DirectoryServicesGetGroupUsers Method (String) |
Gets all users members of a group or a subgroup (recurcive).
Namespace:
MicaSystems.Utils
Assembly:
MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax public static List<UserInfo> GetGroupUsers(
string fullGroupName
)
Parameters
- fullGroupName
- Type: SystemString
Name of the domain group 'DOMAIN\GROUPNAME'.
Return Value
Type:
ListUserInfoA list of (distinct) users.
See Also