views:

328

answers:

2

I've found many posts on how to return the current user's AD information in an InfoPath Form - but I require a list of AD Users.

Furthermore, this is to be accomplished in a browser-enabled form accessed within a MOSS website.

Is there an AD webservice that can be used to return this info?

A: 
marc_s
A: 

If all users are in "domain users" group, you can use usergroup.asmx to get your list of all AD users.

Mahdieh