Hi,
I'd like to create a usercollection which queries the members of an AD group. This ad group has group(s) itself. What would be the best way?
Current query is a query based upon groups and that works: the usercollection shows the group (not the users).
This is the current query:
select SMS_R_USERGROUP.ResourceID,SMS_R_USERGROUP.ResourceType,SMS_R_USERGROUP.Name,SMS_R_USERGROUP.UniqueUsergroupName,SMS_R_USERGROUP.WindowsNTDomain from SMS_R_UserGroup where SMS_R_UserGroup.UsergroupName = "ADGROUP"
J.
Jan Hoedt