Hi all

I am having issues creating some code that will do a few things.

Firstly, I need to fetch a list of distribution groups from an OU, that searches child directories also. I currently have code that I think should do this, but for some reason only fetches OU's instead of groups.

Second, a combo box will fetch these values and populate the box. This code is working.

Thirdly, and most the most complex bit, is to use whatever value is selected in the combo box and use it to query AD.

All in all, it needs to list members from a group that has been selected from the combo-box. Sounds simple, but is annoying as hell.

Please Login or Register  to view this content.
I thought that this would list groups, but just lists OUs.